Trace number 3421285

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.1 4999.94

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark502.369
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 1534 #clause: 132295
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :       1534 AvgFaninNum: 25
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 : 1475
0.00/0.03	c Total Root : 0 Undef Var: 1475
0.00/0.04	c After covering, Total Root: 59 Leaf: 1475
0.00/0.04	c Variable( cover/uncovered/unused ): 1534 0 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 1475 125299
0.00/0.04	c Clauses( cover/uncovered ): 59 0
0.00/0.04	c Total Clauses( cover/uncovered ): 1534 125299 1.20946%
0.00/0.04	c Covered Ands: 59 Invs: 0 Xors: 0 Ites: 0
0.05/0.08	c Uncover Clauses avg size: 2 max size: 2
0.05/0.09	c Final circuit: i/l/o/s    1475       0  125299    126715
0.05/0.09	c CnfToAig: Time: 0.08 s
0.09/0.16	c TmMap: Set choices finish.
0.19/0.21	c TmMap: Set big and: 125358
0.19/0.21	c TmMap: Origin: 128191 ClauseNum: 380145 --> New: 126834 ClauseNum: 377431
0.19/0.21	c TmMap: Time: 0.06
0.19/0.23	c Try to Add: #clause: 250716 #xorclause: 0
0.19/0.24	c #var: 1534 #clauses: 60 Solving... 
5000.07/4999.91	c Time Out !!
5000.07/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-3421285-1306621723/watcher-3421285-1306621723 -o /tmp/evaluation-result-3421285-1306621723/solver-3421285-1306621723 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421285-1306621723.cnf 736651966 

running on 4 cores: 0,2,4,6

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.00 2.01 2.00 3/429 13248
/proc/meminfo: memFree=15044172/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 2461 0 0 0 0 0 0 0 25 0 1 0 773772762 35237888 2397 33554432000 4194304 6014671 140734026423152 18446744073709551615 244446945024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 8603 2397 378 445 0 2148 0

[startup+0.0602409 s]
/proc/loadavg: 2.00 2.01 2.00 3/429 13248
/proc/meminfo: memFree=15044172/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=39020 CPUtime=0.05 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 3631 0 0 0 5 0 0 0 25 0 1 0 773772762 39956480 3567 33554432000 4194304 6014671 140734026423152 18446744073709551615 4337517 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 9755 3567 398 445 0 3300 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 39020

[startup+0.101252 s]
/proc/loadavg: 2.00 2.01 2.00 3/429 13248
/proc/meminfo: memFree=15044172/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=43116 CPUtime=0.09 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 4824 0 0 0 9 0 0 0 25 0 1 0 773772762 44150784 4760 33554432000 4194304 6014671 140734026423152 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 10779 4762 572 445 0 4324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43116

[startup+0.301197 s]
/proc/loadavg: 2.00 2.01 2.00 3/429 13248
/proc/meminfo: memFree=15044172/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=79744 CPUtime=0.29 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 14105 0 0 0 28 1 0 0 25 0 1 0 773772762 81657856 14041 33554432000 4194304 6014671 140734026423152 18446744073709551615 4568551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 19936 14041 710 445 0 13481 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79744

[startup+0.701125 s]
/proc/loadavg: 2.00 2.01 2.00 3/429 13248
/proc/meminfo: memFree=15044172/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=89212 CPUtime=0.69 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 14399 0 0 0 68 1 0 0 25 0 1 0 773772762 91353088 14335 33554432000 4194304 6014671 140734026423152 18446744073709551615 244446641809 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 22303 14335 721 445 0 15848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89212

[startup+1.50098 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13249
/proc/meminfo: memFree=14987868/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=98892 CPUtime=1.49 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 14627 0 0 0 148 1 0 0 25 0 1 0 773772762 101265408 14563 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 24723 14563 721 445 0 18268 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98892

[startup+3.10069 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13249
/proc/meminfo: memFree=14986256/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=98892 CPUtime=3.09 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 14779 0 0 0 308 1 0 0 25 0 1 0 773772762 101265408 14715 33554432000 4194304 6014671 140734026423152 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 24723 14715 725 445 0 18268 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98892

[startup+6.30108 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13249
/proc/meminfo: memFree=14986248/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=98892 CPUtime=6.29 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 14887 0 0 0 628 1 0 0 25 0 1 0 773772762 101265408 14823 33554432000 4194304 6014671 140734026423152 18446744073709551615 4536996 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 24723 14823 725 445 0 18268 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98892

[startup+12.7009 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13250
/proc/meminfo: memFree=14975280/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=108784 CPUtime=12.69 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 17787 0 0 0 1267 2 0 0 25 0 1 0 773772762 111394816 17723 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 27196 17723 725 445 0 20741 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108784

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 4/430 13250
/proc/meminfo: memFree=14960020/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=138928 CPUtime=25.49 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 21040 0 0 0 2547 2 0 0 25 0 1 0 773772762 142262272 20976 33554432000 4194304 6014671 140734026423152 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 34732 20976 725 445 0 28277 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138928

[startup+51.1008 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13250
/proc/meminfo: memFree=14950928/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=138928 CPUtime=51.09 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 23206 0 0 0 5107 2 0 0 25 0 1 0 773772762 142262272 23142 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 34732 23142 725 445 0 28277 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138928

[startup+102.316 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 13252
/proc/meminfo: memFree=14920772/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=162096 CPUtime=102.31 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 30532 0 0 0 10227 4 0 0 25 0 1 0 773772762 165986304 30468 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 40524 30468 758 445 0 34069 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 162096

[startup+162.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/430 13254
/proc/meminfo: memFree=14898288/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=174376 CPUtime=162.29 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 35737 0 0 0 16225 4 0 0 25 0 1 0 773772762 178561024 35637 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 43594 35637 725 445 0 37139 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 174376

[startup+222.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/430 13255
/proc/meminfo: memFree=14842332/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=250416 CPUtime=222.3 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 46168 0 0 0 22224 6 0 0 25 0 1 0 773772762 256425984 46058 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 62604 46058 725 445 0 56149 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 250416

[startup+282.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/430 13257
/proc/meminfo: memFree=14778188/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=302800 CPUtime=282.3 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 59771 0 0 0 28222 8 0 0 25 0 1 0 773772762 310067200 59593 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424954 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 75700 59594 725 445 0 69245 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 302800

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/430 13258
/proc/meminfo: memFree=14764636/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=302800 CPUtime=342.3 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 60232 0 0 0 34222 8 0 0 25 0 1 0 773772762 310067200 59893 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 75700 59893 725 445 0 69245 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 302800

[startup+402.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/430 13260
/proc/meminfo: memFree=14740924/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=302800 CPUtime=402.31 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 62126 0 0 0 40222 9 0 0 25 0 1 0 773772762 310067200 59744 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 75700 59744 725 445 0 69245 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 302800

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 13262
/proc/meminfo: memFree=14721540/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=302800 CPUtime=462.31 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 63094 0 0 0 46222 9 0 0 25 0 1 0 773772762 310067200 60712 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 75700 60712 725 445 0 69245 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 302800

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 13263
/proc/meminfo: memFree=14717152/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=302800 CPUtime=522.31 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 64033 0 0 0 52222 9 0 0 25 0 1 0 773772762 310067200 61651 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 75700 61651 725 445 0 69245 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 302800

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13265
/proc/meminfo: memFree=14697776/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=302800 CPUtime=582.31 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 68899 0 0 0 58221 10 0 0 25 0 1 0 773772762 310067200 66517 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 75700 66517 725 445 0 69245 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 302800

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.03 2.00 3/430 13370
/proc/meminfo: memFree=14331792/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=573460 CPUtime=4062.44 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 132643 0 0 0 406223 21 0 0 25 0 1 0 773772762 587223040 120346 33554432000 4194304 6014671 140734026423152 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 143365 120346 743 445 0 136910 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 573460

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 13371
/proc/meminfo: memFree=14326172/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=573460 CPUtime=4122.42 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 133334 0 0 0 412221 21 0 0 25 0 1 0 773772762 587223040 121037 33554432000 4194304 6014671 140734026423152 18446744073709551615 4507223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 143365 121037 743 445 0 136910 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 573460

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 13373
/proc/meminfo: memFree=14277268/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=665880 CPUtime=4182.43 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 144718 0 0 0 418220 23 0 0 25 0 1 0 773772762 681861120 132421 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 166470 132421 743 445 0 160015 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 665880

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13374
/proc/meminfo: memFree=14270292/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=665880 CPUtime=4242.44 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146175 0 0 0 424220 24 0 0 25 0 1 0 773772762 681861120 133878 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 166470 133878 743 445 0 160015 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 665880

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 13376
/proc/meminfo: memFree=14270008/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4302.44 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146196 0 0 0 430220 24 0 0 25 0 1 0 773772762 777469952 133898 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 133898 743 445 0 183357 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 759248

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 13378
/proc/meminfo: memFree=14271204/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4362.44 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146196 0 0 0 436220 24 0 0 25 0 1 0 773772762 777469952 133898 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 133898 743 445 0 183357 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 759248

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 13379
/proc/meminfo: memFree=14269428/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4422.44 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146443 0 0 0 442220 24 0 0 25 0 1 0 773772762 777469952 134145 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134145 743 445 0 183357 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 759248

[startup+4482.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/430 13381
/proc/meminfo: memFree=14269260/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4482.44 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146443 0 0 0 448220 24 0 0 25 0 1 0 773772762 777469952 134145 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134145 743 445 0 183357 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 759248

[startup+4542.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/430 13382
/proc/meminfo: memFree=14269596/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4542.44 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146444 0 0 0 454220 24 0 0 25 0 1 0 773772762 777469952 134146 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134146 743 445 0 183357 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 759248

[startup+4602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/430 13384
/proc/meminfo: memFree=14269440/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4602.46 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146444 0 0 0 460222 24 0 0 25 0 1 0 773772762 777469952 134146 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134146 743 445 0 183357 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 759248

[startup+4662.3 s]
/proc/loadavg: 1.80 1.99 1.99 2/424 13404
/proc/meminfo: memFree=14640284/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4662.45 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146444 0 0 0 466221 24 0 0 25 0 1 0 773772762 777469952 134146 33554432000 4194304 6014671 140734026423152 18446744073709551615 4379136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134146 743 445 0 183357 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 759248

[startup+4722.32 s]
/proc/loadavg: 1.27 1.79 1.92 2/424 13405
/proc/meminfo: memFree=14639640/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4722.46 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146975 0 0 0 472222 24 0 0 25 0 1 0 773772762 777469952 134677 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134677 743 445 0 183357 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 759248

[startup+4782.3 s]
/proc/loadavg: 1.10 1.66 1.87 2/424 13407
/proc/meminfo: memFree=14639104/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4782.45 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146975 0 0 0 478221 24 0 0 25 0 1 0 773772762 777469952 134677 33554432000 4194304 6014671 140734026423152 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134677 743 445 0 183357 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 759248

[startup+4842.3 s]
/proc/loadavg: 1.04 1.54 1.81 2/424 13408
/proc/meminfo: memFree=14638808/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4842.45 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146975 0 0 0 484221 24 0 0 25 0 1 0 773772762 777469952 134677 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134677 743 445 0 183357 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 759248

[startup+4902.3 s]
/proc/loadavg: 1.01 1.44 1.76 2/424 13410
/proc/meminfo: memFree=14639016/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4902.45 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 146975 0 0 0 490221 24 0 0 25 0 1 0 773772762 777469952 134677 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134677 743 445 0 183357 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 759248

[startup+4962.3 s]
/proc/loadavg: 1.15 1.39 1.72 2/424 13412
/proc/meminfo: memFree=14638480/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=4962.45 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 147067 0 0 0 496221 24 0 0 25 0 1 0 773772762 777469952 134769 33554432000 4194304 6014671 140734026423152 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134769 743 445 0 183357 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 759248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.08 1.34 1.68 2/424 13412
/proc/meminfo: memFree=14638552/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=5000.07 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 147067 0 0 0 499983 24 0 0 25 0 1 0 773772762 777469952 134769 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134769 743 445 0 183357 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 759248

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

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

[startup+4999.9 s]
/proc/loadavg: 1.08 1.34 1.68 2/424 13412
/proc/meminfo: memFree=14638552/32951124 swapFree=44485824/67111528
[pid=13248] ppid=13246 vsize=759248 CPUtime=5000.07 cores=0,2,4,6
/proc/13248/stat : 13248 (qutersat_releas) R 13246 13248 12705 0 -1 4202496 147067 0 0 0 499983 24 0 0 25 0 1 0 773772762 777469952 134769 33554432000 4194304 6014671 140734026423152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13248/statm: 189812 134769 743 445 0 183357 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 759248

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.84
CPU system time (s): 0.266959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 759248

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

runsolver used 21.9667 second user time and 46.291 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-29 00:28:43
IDJOB=3421285
IDBENCH=84568
IDSOLVER=1868
FILE ID=node105/3421285-1306621723
RUNJOBID= node105-1306611361-12723
PBS_JOBID= 13471612
Free space on /tmp= 73188 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421285-1306621723/watcher-3421285-1306621723 -o /tmp/evaluation-result-3421285-1306621723/solver-3421285-1306621723 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421285-1306621723.cnf 736651966

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=736651966

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:     32951124 kB
MemFree:      15044328 kB
Buffers:        363400 kB
Cached:       13505140 kB
SwapCached:      39596 kB
Active:        7087944 kB
Inactive:     10497952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15044328 kB
SwapTotal:    67111528 kB
SwapFree:     44485824 kB
Dirty:            3508 kB
Writeback:           0 kB
AnonPages:     3685828 kB
Mapped:          21156 kB
Slab:           171904 kB
PageTables:      81568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115016064 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= 73188 MiB
End job on node105 at 2011-05-29 01:52:05