Trace number 3421283

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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 124947
0.00/0.04	c Clauses( cover/uncovered ): 59 0
0.00/0.04	c Total Clauses( cover/uncovered ): 1534 124947 1.21283%
0.00/0.04	c Covered Ands: 59 Invs: 0 Xors: 0 Ites: 0
0.00/0.08	c Uncover Clauses avg size: 2 max size: 2
0.00/0.09	c Final circuit: i/l/o/s    1475       0  124947    126363
0.00/0.09	c CnfToAig: Time: 0.08 s
0.10/0.16	c TmMap: Set choices finish.
0.19/0.21	c TmMap: Set big and: 125006
0.19/0.21	c TmMap: Origin: 127839 ClauseNum: 379089 --> New: 126482 ClauseNum: 376375
0.19/0.21	c TmMap: Time: 0.07
0.19/0.22	c Try to Add: #clause: 250012 #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-3421283-1306621704/watcher-3421283-1306621704 -o /tmp/evaluation-result-3421283-1306621704/solver-3421283-1306621704 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421283-1306621704.cnf 1631400304 

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: 1.90 2.01 1.99 2/436 12384
/proc/meminfo: memFree=11790444/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 2461 0 0 0 0 0 0 0 25 0 1 0 773768272 35237888 2397 33554432000 4194304 6014671 140734889263088 18446744073709551615 255377301248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 8603 2397 378 445 0 2148 0

[startup+0.10367 s]
/proc/loadavg: 1.90 2.01 1.99 2/436 12384
/proc/meminfo: memFree=11790444/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=43116 CPUtime=0.1 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 4902 0 0 0 9 1 0 0 25 0 1 0 773768272 44150784 4839 33554432000 4194304 6014671 140734889263088 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 10779 4841 641 445 0 4324 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 43116

[startup+0.200625 s]
/proc/loadavg: 1.90 2.01 1.99 2/436 12384
/proc/meminfo: memFree=11790444/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=80212 CPUtime=0.19 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 13378 0 0 0 17 2 0 0 25 0 1 0 773768272 82137088 13314 33554432000 4194304 6014671 140734889263088 18446744073709551615 4256084 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 20053 13333 670 445 0 13598 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 80212

[startup+0.300602 s]
/proc/loadavg: 1.90 2.01 1.99 2/436 12384
/proc/meminfo: memFree=11790444/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=80212 CPUtime=0.29 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 14219 0 0 0 27 2 0 0 25 0 1 0 773768272 82137088 14155 33554432000 4194304 6014671 140734889263088 18446744073709551615 4567380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 20053 14155 710 445 0 13598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80212

[startup+0.700567 s]
/proc/loadavg: 1.90 2.01 1.99 2/436 12384
/proc/meminfo: memFree=11790444/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=89668 CPUtime=0.69 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 14540 0 0 0 67 2 0 0 25 0 1 0 773768272 91820032 14476 33554432000 4194304 6014671 140734889263088 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 22417 14476 721 445 0 15962 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89668

[startup+1.50038 s]
/proc/loadavg: 1.90 2.01 1.99 3/437 12385
/proc/meminfo: memFree=11733528/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=99356 CPUtime=1.49 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 14736 0 0 0 147 2 0 0 25 0 1 0 773768272 101740544 14672 33554432000 4194304 6014671 140734889263088 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 24839 14672 721 445 0 18384 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99356

[startup+3.10111 s]
/proc/loadavg: 1.90 2.01 1.99 3/437 12385
/proc/meminfo: memFree=11731320/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=99356 CPUtime=3.09 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 14881 0 0 0 307 2 0 0 25 0 1 0 773768272 101740544 14817 33554432000 4194304 6014671 140734889263088 18446744073709551615 4537169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 24839 14817 725 445 0 18384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99356

[startup+6.30049 s]
/proc/loadavg: 1.91 2.01 1.99 3/437 12385
/proc/meminfo: memFree=11727968/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=99356 CPUtime=6.29 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 14973 0 0 0 627 2 0 0 25 0 1 0 773768272 101740544 14909 33554432000 4194304 6014671 140734889263088 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 24839 14909 725 445 0 18384 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99356

[startup+12.7003 s]
/proc/loadavg: 1.91 2.01 1.99 3/437 12385
/proc/meminfo: memFree=11715572/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=99356 CPUtime=12.69 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 17315 0 0 0 1267 2 0 0 25 0 1 0 773768272 101740544 17251 33554432000 4194304 6014671 140734889263088 18446744073709551615 4441057 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 24839 17251 725 445 0 18384 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99356

[startup+25.501 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 12386
/proc/meminfo: memFree=11696856/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=139364 CPUtime=25.5 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 21214 0 0 0 2547 3 0 0 25 0 1 0 773768272 142708736 21150 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 34841 21150 731 445 0 28386 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 139364

[startup+51.1012 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 12386
/proc/meminfo: memFree=11675340/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=139364 CPUtime=51.09 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 23040 0 0 0 5106 3 0 0 25 0 1 0 773768272 142708736 22976 33554432000 4194304 6014671 140734889263088 18446744073709551615 4369478 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 34841 22976 731 445 0 28386 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139364

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 12388
/proc/meminfo: memFree=11620532/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=162472 CPUtime=102.31 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 30262 0 0 0 10227 4 0 0 25 0 1 0 773768272 166371328 30195 33554432000 4194304 6014671 140734889263088 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 40618 30195 728 445 0 34163 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 162472

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 12389
/proc/meminfo: memFree=11603156/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=162472 CPUtime=162.3 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 33134 0 0 0 16225 5 0 0 25 0 1 0 773768272 166371328 33059 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 40618 33059 726 445 0 34163 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 162472

[startup+222.316 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 12391
/proc/meminfo: memFree=11548216/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=237764 CPUtime=222.31 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 43913 0 0 0 22225 6 0 0 25 0 1 0 773768272 243470336 43816 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 59441 43816 725 445 0 52986 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 237764

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 12392
/proc/meminfo: memFree=11537780/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=340768 CPUtime=282.3 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 44671 0 0 0 28223 7 0 0 25 0 1 0 773768272 348946432 44342 33554432000 4194304 6014671 140734889263088 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 85192 44342 728 445 0 78737 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 340768

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 12394
/proc/meminfo: memFree=11506136/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=340768 CPUtime=342.3 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 47836 0 0 0 34223 7 0 0 25 0 1 0 773768272 348946432 47507 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 85192 47507 728 445 0 78737 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 340768

[startup+402.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/437 12396
/proc/meminfo: memFree=11476480/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=450520 CPUtime=402.3 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 59049 0 0 0 40221 9 0 0 25 0 1 0 773768272 461332480 54685 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 112630 54685 728 445 0 106175 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 450520

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/437 12397
/proc/meminfo: memFree=11458112/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=450520 CPUtime=462.3 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 59668 0 0 0 46221 9 0 0 25 0 1 0 773768272 461332480 55304 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 112630 55304 728 445 0 106175 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 450520

[startup+522.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/437 12399
/proc/meminfo: memFree=11458712/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=450520 CPUtime=522.31 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 60969 0 0 0 52221 10 0 0 25 0 1 0 773768272 461332480 56605 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424027 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 112630 56605 728 445 0 106175 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 450520

[startup+582.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/437 12400
/proc/meminfo: memFree=11448280/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=450520 CPUtime=582.31 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 61033 0 0 0 58221 10 0 0 25 0 1 0 773768272 461332480 56669 33554432000 4194304 6014671 140734889263088 18446744073709551615 4376723 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 112630 56669 728 445 0 106175 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 450520

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/431 12521
/proc/meminfo: memFree=11288376/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4002.42 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163203 0 0 0 400213 29 0 0 25 0 1 0 773768272 877936640 138267 33554432000 4194304 6014671 140734889263088 18446744073709551615 4369474 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138267 725 445 0 207885 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 857360

[startup+4062.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/431 12522
/proc/meminfo: memFree=11287244/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4062.43 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163204 0 0 0 406214 29 0 0 25 0 1 0 773768272 877936640 138268 33554432000 4194304 6014671 140734889263088 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138268 725 445 0 207885 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 857360

[startup+4122.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/431 12524
/proc/meminfo: memFree=11288228/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4122.42 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163205 0 0 0 412213 29 0 0 25 0 1 0 773768272 877936640 138269 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138269 725 445 0 207885 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 857360

[startup+4182.32 s]
/proc/loadavg: 1.00 1.02 1.31 2/431 12525
/proc/meminfo: memFree=11288464/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4182.44 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163205 0 0 0 418215 29 0 0 25 0 1 0 773768272 877936640 138269 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138269 725 445 0 207885 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 857360

[startup+4242.3 s]
/proc/loadavg: 1.05 1.03 1.29 2/431 12527
/proc/meminfo: memFree=11288448/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4242.43 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163206 0 0 0 424214 29 0 0 25 0 1 0 773768272 877936640 138270 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138270 725 445 0 207885 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 857360

[startup+4302.3 s]
/proc/loadavg: 1.19 1.07 1.28 2/431 12529
/proc/meminfo: memFree=11288184/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4302.43 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163206 0 0 0 430214 29 0 0 25 0 1 0 773768272 877936640 138270 33554432000 4194304 6014671 140734889263088 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138270 725 445 0 207885 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 857360

[startup+4362.3 s]
/proc/loadavg: 1.20 1.09 1.27 2/431 12530
/proc/meminfo: memFree=11287548/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4362.43 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163437 0 0 0 436214 29 0 0 25 0 1 0 773768272 877936640 138501 33554432000 4194304 6014671 140734889263088 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138501 725 445 0 207885 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 857360

[startup+4422.3 s]
/proc/loadavg: 1.07 1.07 1.25 2/431 12532
/proc/meminfo: memFree=11286040/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4422.44 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163868 0 0 0 442214 30 0 0 25 0 1 0 773768272 877936640 138932 33554432000 4194304 6014671 140734889263088 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138932 725 445 0 207885 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 857360

[startup+4482.3 s]
/proc/loadavg: 1.06 1.07 1.24 2/431 12533
/proc/meminfo: memFree=11285888/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4482.44 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163868 0 0 0 448214 30 0 0 25 0 1 0 773768272 877936640 138932 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138932 725 445 0 207885 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 857360

[startup+4542.3 s]
/proc/loadavg: 1.02 1.05 1.22 2/431 12535
/proc/meminfo: memFree=11285736/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4542.44 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163868 0 0 0 454214 30 0 0 25 0 1 0 773768272 877936640 138932 33554432000 4194304 6014671 140734889263088 18446744073709551615 4386062 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138932 725 445 0 207885 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 857360

[startup+4602.3 s]
/proc/loadavg: 1.01 1.04 1.21 2/431 12537
/proc/meminfo: memFree=11285596/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4602.44 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163868 0 0 0 460214 30 0 0 25 0 1 0 773768272 877936640 138932 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138932 725 445 0 207885 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 857360

[startup+4662.3 s]
/proc/loadavg: 1.00 1.03 1.19 2/431 12538
/proc/meminfo: memFree=11284712/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4662.45 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163869 0 0 0 466215 30 0 0 25 0 1 0 773768272 877936640 138933 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138933 725 445 0 207885 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 857360

[startup+4722.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/431 12540
/proc/meminfo: memFree=11284700/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4722.46 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163869 0 0 0 472216 30 0 0 25 0 1 0 773768272 877936640 138933 33554432000 4194304 6014671 140734889263088 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 138933 725 445 0 207885 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 857360

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/431 12541
/proc/meminfo: memFree=11285180/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4782.45 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163950 0 0 0 478215 30 0 0 25 0 1 0 773768272 877936640 139014 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 139014 725 445 0 207885 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 857360

[startup+4842.32 s]
/proc/loadavg: 1.08 1.03 1.16 2/431 12543
/proc/meminfo: memFree=11285156/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4842.47 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163950 0 0 0 484217 30 0 0 25 0 1 0 773768272 877936640 139014 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424154 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 139014 725 445 0 207885 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 857360

[startup+4902.3 s]
/proc/loadavg: 1.10 1.04 1.15 2/431 12545
/proc/meminfo: memFree=11285264/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4902.45 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163950 0 0 0 490215 30 0 0 25 0 1 0 773768272 877936640 139014 33554432000 4194304 6014671 140734889263088 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 139014 725 445 0 207885 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 857360

[startup+4962.3 s]
/proc/loadavg: 1.04 1.03 1.14 2/431 12546
/proc/meminfo: memFree=11285248/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=4962.45 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163950 0 0 0 496215 30 0 0 25 0 1 0 773768272 877936640 139014 33554432000 4194304 6014671 140734889263088 18446744073709551615 4372127 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 139014 725 445 0 207885 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 857360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.02 1.02 1.13 2/431 12547
/proc/meminfo: memFree=11285352/32951124 swapFree=62199376/67111528
[pid=12384] ppid=12382 vsize=857360 CPUtime=5000.07 cores=0,2,4,6
/proc/12384/stat : 12384 (qutersat_releas) R 12382 12384 11904 0 -1 4202496 163950 0 0 0 499977 30 0 0 25 0 1 0 773768272 877936640 139014 33554432000 4194304 6014671 140734889263088 18446744073709551615 4424936 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12384/statm: 214340 139014 725 445 0 207885 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 857360

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.94
CPU time (s): 5000.11
CPU user time (s): 4999.77
CPU system time (s): 0.334949
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 857360

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

runsolver used 22.9645 second user time and 49.5025 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-29 00:28:24
IDJOB=3421283
IDBENCH=84560
IDSOLVER=1868
FILE ID=node135/3421283-1306621704
RUNJOBID= node135-1306611695-11922
PBS_JOBID= 13471616
Free space on /tmp= 73528 MiB

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

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1631400304

node135.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.851
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.70
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11790724 kB
Buffers:        352644 kB
Cached:        7872768 kB
SwapCached:      84472 kB
Active:       14006384 kB
Inactive:      6857056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11790724 kB
SwapTotal:    67111528 kB
SwapFree:     62199376 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:    12558700 kB
Mapped:          28004 kB
Slab:           165028 kB
PageTables:      66012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124464016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73528 MiB
End job on node135 at 2011-05-29 01:51:46