Trace number 3421325

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.16 5000.08

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4792
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 1575 #clause: 34695
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 0 Undef Var: 1575
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 1575 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 34650
0.00/0.03	c Clauses( cover/uncovered ): 0 45
0.00/0.03	c Total Clauses( cover/uncovered ): 0 34695 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 2.0428 max size: 35
0.00/0.05	c Final circuit: i/l/o/s    1575       0   34695     36180
0.00/0.05	c CnfToAig: Time: 0.03 s
0.00/0.08	c TmMap: Set choices finish.
0.00/0.09	c TmMap: Set big and: 34695
0.00/0.09	c TmMap: Origin: 37756 ClauseNum: 108540 --> New: 36271 ClauseNum: 105570
0.00/0.09	c TmMap: Time: 0.02
0.07/0.10	c Try to Add: #clause: 69390 #xorclause: 0
0.07/0.10	c #var: 1575 #clauses: 46 Solving... 
5000.08/5000.01	c Time Out !!
5000.08/5000.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-3421325-1306629591/watcher-3421325-1306629591 -o /tmp/evaluation-result-3421325-1306629591/solver-3421325-1306629591 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421325-1306629591.cnf 1982870642 

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: 1.08 1.59 1.84 2/478 6053
/proc/meminfo: memFree=19380524/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) D 6051 6053 5368 0 -1 4194304 91 0 0 0 0 0 0 0 21 0 1 0 853189766 6574080 47 33554432000 4194304 6014671 140736821999104 18446744073709551615 260900470503 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/6053/statm: 1605 47 37 445 0 66 0

[startup+0.033391 s]
/proc/loadavg: 1.08 1.59 1.84 2/478 6053
/proc/meminfo: memFree=19380524/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 2187 0 2 0 0 0 0 0 21 0 1 0 853189766 34189312 2126 33554432000 4194304 6014671 140736821999104 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 8347 2127 378 445 0 1892 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33388

[startup+0.100457 s]
/proc/loadavg: 1.08 1.59 1.84 2/478 6053
/proc/meminfo: memFree=19380524/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=51308 CPUtime=0.07 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 6698 0 2 0 7 0 0 0 21 0 1 0 853189766 52539392 6637 33554432000 4194304 6014671 140736821999104 18446744073709551615 4808237 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 12827 6637 670 445 0 6372 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51308

[startup+0.300403 s]
/proc/loadavg: 1.08 1.59 1.84 2/478 6053
/proc/meminfo: memFree=19380524/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=59512 CPUtime=0.27 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 7326 0 2 0 27 0 0 0 22 0 1 0 853189766 60940288 7265 33554432000 4194304 6014671 140736821999104 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 14878 7265 720 445 0 8423 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 59512

[startup+0.700331 s]
/proc/loadavg: 1.08 1.59 1.84 2/478 6053
/proc/meminfo: memFree=19380524/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=69848 CPUtime=0.67 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 8695 0 2 0 67 0 0 0 23 0 1 0 853189766 71524352 8634 33554432000 4194304 6014671 140736821999104 18446744073709551615 4371933 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 17462 8634 721 445 0 11007 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 69848

[startup+1.50012 s]
/proc/loadavg: 1.08 1.59 1.84 3/484 6059
/proc/meminfo: memFree=19300756/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=81476 CPUtime=1.47 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 11209 0 2 0 146 1 0 0 25 0 1 0 853189766 83431424 11148 33554432000 4194304 6014671 140736821999104 18446744073709551615 4378610 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 20369 11148 721 445 0 13914 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 81476

[startup+3.10083 s]
/proc/loadavg: 1.15 1.60 1.84 3/484 6086
/proc/meminfo: memFree=19314436/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=93912 CPUtime=3.07 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 14538 0 2 0 306 1 0 0 25 0 1 0 853189766 96165888 14477 33554432000 4194304 6014671 140736821999104 18446744073709551615 4536625 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 23478 14477 725 445 0 17023 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 93912

[startup+6.30031 s]
/proc/loadavg: 1.15 1.60 1.84 3/484 6113
/proc/meminfo: memFree=19248596/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=114520 CPUtime=6.27 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 21061 0 2 0 625 2 0 0 25 0 1 0 853189766 117268480 21000 33554432000 4194304 6014671 140736821999104 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 28630 21000 725 445 0 22175 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 114520

[startup+12.7001 s]
/proc/loadavg: 1.36 1.63 1.85 3/484 6114
/proc/meminfo: memFree=19150068/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=215252 CPUtime=12.67 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 32451 0 2 0 1263 4 0 0 25 0 1 0 853189766 220418048 32390 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 53813 32390 725 445 0 47358 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 215252

[startup+25.5008 s]
/proc/loadavg: 1.46 1.64 1.85 3/484 6114
/proc/meminfo: memFree=19025944/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=278796 CPUtime=25.47 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 43591 0 2 0 2542 5 0 0 25 0 1 0 853189766 285487104 43530 33554432000 4194304 6014671 140736821999104 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 69699 43530 733 445 0 63244 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 278796

[startup+51.1011 s]
/proc/loadavg: 1.64 1.67 1.85 3/484 6115
/proc/meminfo: memFree=18892052/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=446676 CPUtime=51.08 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 60865 0 2 0 5101 7 0 0 25 0 1 0 853189766 457396224 60757 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 111669 60757 733 445 0 105214 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 446676

[startup+102.319 s]
/proc/loadavg: 1.85 1.72 1.85 3/484 6116
/proc/meminfo: memFree=18566020/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=717220 CPUtime=102.29 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 106563 0 2 0 10216 13 0 0 25 0 1 0 853189766 734433280 106269 33554432000 4194304 6014671 140736821999104 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 179305 106269 733 445 0 172850 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 717220

[startup+162.301 s]
/proc/loadavg: 2.01 1.79 1.87 3/484 6118
/proc/meminfo: memFree=18449028/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=938368 CPUtime=162.28 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 119519 0 2 0 16213 15 0 0 25 0 1 0 853189766 960888832 119014 33554432000 4194304 6014671 140736821999104 18446744073709551615 4566253 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 234592 119014 733 445 0 228137 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 938368

[startup+222.301 s]
/proc/loadavg: 2.00 1.82 1.87 3/484 6119
/proc/meminfo: memFree=18284540/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=938368 CPUtime=222.28 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 130647 0 2 0 22212 16 0 0 25 0 1 0 853189766 960888832 129977 33554432000 4194304 6014671 140736821999104 18446744073709551615 4380176 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 234592 129977 733 445 0 228137 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 938368

[startup+282.301 s]
/proc/loadavg: 2.00 1.85 1.88 3/484 6121
/proc/meminfo: memFree=18252996/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=938368 CPUtime=282.28 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 133819 0 2 0 28211 17 0 0 25 0 1 0 853189766 960888832 132991 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 234592 132991 729 445 0 228137 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 938368

[startup+342.301 s]
/proc/loadavg: 2.00 1.88 1.88 3/484 6122
/proc/meminfo: memFree=18079440/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1067656 CPUtime=342.28 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 156686 0 2 0 34208 20 0 0 25 0 1 0 853189766 1093279744 155724 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 266914 155724 727 445 0 260459 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1067656

[startup+402.301 s]
/proc/loadavg: 2.00 1.90 1.89 3/484 6124
/proc/meminfo: memFree=17954628/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1067656 CPUtime=402.28 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 168224 0 2 0 40206 22 0 0 25 0 1 0 853189766 1093279744 167111 33554432000 4194304 6014671 140736821999104 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 266914 167111 727 445 0 260459 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1067656

[startup+462.301 s]
/proc/loadavg: 2.00 1.91 1.89 3/484 6126
/proc/meminfo: memFree=17881652/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1067656 CPUtime=462.28 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 183626 0 2 0 46204 24 0 0 25 0 1 0 853189766 1093279744 182398 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 266914 182398 727 445 0 260459 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1067656

[startup+522.301 s]
/proc/loadavg: 2.15 1.96 1.91 3/484 6127
/proc/meminfo: memFree=17785376/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1226572 CPUtime=522.25 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 197102 0 2 0 52199 26 0 0 25 0 1 0 853189766 1256009728 195754 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 306643 195754 727 445 0 300188 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 1226572

[startup+582.301 s]
/proc/loadavg: 2.05 1.96 1.91 3/484 6129
/proc/meminfo: memFree=17741528/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1226572 CPUtime=582.25 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 207223 0 2 0 58198 27 0 0 25 0 1 0 853189766 1256009728 205811 33554432000 4194304 6014671 140736821999104 18446744073709551615 4369632 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 306643 205811 727 445 0 300188 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 1226572

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/484 6234
/proc/meminfo: memFree=15926888/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1811564 CPUtime=4002.35 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 432023 0 2 0 400179 56 0 0 25 0 1 0 853189766 1855041536 415658 33554432000 4194304 6014671 140736821999104 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 452891 415658 730 445 0 446436 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 1811564

[startup+4062.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/484 6236
/proc/meminfo: memFree=15836176/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1811692 CPUtime=4062.36 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 432031 0 2 0 406180 56 0 0 25 0 1 0 853189766 1855172608 415665 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 452923 415665 729 445 0 446468 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 1811692

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/484 6237
/proc/meminfo: memFree=15751432/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4122.35 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 453608 0 2 0 412177 58 0 0 25 0 1 0 853189766 1943552000 437137 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 437137 729 445 0 468045 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 1898000

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 6239
/proc/meminfo: memFree=15749628/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4182.35 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 453618 0 2 0 418177 58 0 0 25 0 1 0 853189766 1943552000 437041 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 437041 729 445 0 468045 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 1898000

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 6240
/proc/meminfo: memFree=15746600/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4242.35 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 453619 0 2 0 424177 58 0 0 25 0 1 0 853189766 1943552000 437042 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 437042 729 445 0 468045 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 1898000

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 6242
/proc/meminfo: memFree=15746412/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4302.35 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 453619 0 2 0 430177 58 0 0 25 0 1 0 853189766 1943552000 436935 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 436935 729 445 0 468045 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 1898000

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/484 6244
/proc/meminfo: memFree=15746108/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4362.35 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 454017 0 2 0 436177 58 0 0 25 0 1 0 853189766 1943552000 437333 33554432000 4194304 6014671 140736821999104 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 437333 729 445 0 468045 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 1898000

[startup+4422.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/484 6245
/proc/meminfo: memFree=15745928/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4422.36 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 454017 0 2 0 442178 58 0 0 25 0 1 0 853189766 1943552000 437333 33554432000 4194304 6014671 140736821999104 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 437333 729 445 0 468045 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 1898000

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/484 6247
/proc/meminfo: memFree=15745764/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4482.36 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 454017 0 2 0 448178 58 0 0 25 0 1 0 853189766 1943552000 437333 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 437333 729 445 0 468045 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1898000

[startup+4542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/484 6248
/proc/meminfo: memFree=15653712/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1898000 CPUtime=4542.36 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 454041 0 2 0 454178 58 0 0 25 0 1 0 853189766 1943552000 437249 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 474500 437249 729 445 0 468045 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 1898000

[startup+4602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/484 6250
/proc/meminfo: memFree=15558796/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=4602.37 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 454487 0 2 0 460179 58 0 0 25 0 1 0 853189766 2033754112 437586 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 437586 729 445 0 490067 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 1986088

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 6252
/proc/meminfo: memFree=15557616/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=4662.36 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 454487 0 2 0 466178 58 0 0 25 0 1 0 853189766 2033754112 437586 33554432000 4194304 6014671 140736821999104 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 437586 729 445 0 490067 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 1986088

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 6253
/proc/meminfo: memFree=15553348/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=4722.38 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 455625 0 2 0 472180 58 0 0 25 0 1 0 853189766 2033754112 438614 33554432000 4194304 6014671 140736821999104 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 438614 729 445 0 490067 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 1986088

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 6255
/proc/meminfo: memFree=15555396/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=4782.37 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 455625 0 2 0 478179 58 0 0 25 0 1 0 853189766 2033754112 438614 33554432000 4194304 6014671 140736821999104 18446744073709551615 4535369 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 438614 729 445 0 490067 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 1986088

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 6256
/proc/meminfo: memFree=15554964/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=4842.37 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 455625 0 2 0 484179 58 0 0 25 0 1 0 853189766 2033754112 438502 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 438502 729 445 0 490067 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 1986088

[startup+4902.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/484 6268
/proc/meminfo: memFree=15550744/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=4902.37 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 455625 0 2 0 490179 58 0 0 25 0 1 0 853189766 2033754112 438502 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 438502 729 445 0 490067 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 1986088

[startup+4962.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/484 6776
/proc/meminfo: memFree=15548728/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=4962.37 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 455625 0 2 0 496179 58 0 0 25 0 1 0 853189766 2033754112 438389 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 438389 729 445 0 490067 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 1986088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.10 2.05 2.01 3/484 6777
/proc/meminfo: memFree=15548896/32950928 swapFree=65252936/67111528
[pid=6053] ppid=6051 vsize=1986088 CPUtime=5000.08 cores=1,3,5,7
/proc/6053/stat : 6053 (qutersat_releas) R 6051 6053 5368 0 -1 4202496 455766 0 2 0 499950 58 0 0 25 0 1 0 853189766 2033754112 438416 33554432000 4194304 6014671 140736821999104 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/6053/statm: 496522 438416 729 445 0 490067 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1986088

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): 5000.08
CPU time (s): 5000.16
CPU user time (s): 4999.51
CPU system time (s): 0.645901
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1986088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.51
system time used= 0.645901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455770
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 57666

runsolver used 21.8377 second user time and 55.7785 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-29 02:39:51
IDJOB=3421325
IDBENCH=85438
IDSOLVER=1868
FILE ID=node116/3421325-1306629591
RUNJOBID= node116-1306629591-6039
PBS_JOBID= 13471625
Free space on /tmp= 73412 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421325-1306629591/watcher-3421325-1306629591 -o /tmp/evaluation-result-3421325-1306629591/solver-3421325-1306629591 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421325-1306629591.cnf 1982870642

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

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
RANDOM SEED=1982870642

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19380680 kB
Buffers:        176756 kB
Cached:        2326956 kB
SwapCached:      12264 kB
Active:        7355824 kB
Inactive:      5967432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19380680 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:            4692 kB
Writeback:          40 kB
AnonPages:    10817568 kB
Mapped:          24156 kB
Slab:           117068 kB
PageTables:      62104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139575808 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= 73408 MiB
End job on node116 at 2011-05-29 04:03:13