Trace number 3376747

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn004.shuffled-as.sat05-3844.cnf
MD5SUM7d96ba103689bec761c9e7df7b158323
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3199.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2731
Number of clauses17983
Sum of the clauses size126997
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32370
Number of clauses of size 4477
Number of clauses of size 5642
Number of clauses of size over 514010

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 2731 #clause: 17983
0.00/0.01	c Find Units :         35
0.00/0.01	c Find Invs  :         21
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 42
0.00/0.02	c UnDirect to Direct Gate: 20
0.00/0.02	c Forced Direct Gate: 20 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 20 Undef Var: 2711
0.00/0.02	c After covering, Total Root: 20 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 55 2676 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 40 381
0.00/0.02	c Clauses( cover/uncovered ): 0 17152
0.00/0.02	c Total Clauses( cover/uncovered ): 75 17533 0.425943%
0.00/0.02	c Covered Ands: 0 Invs: 20 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 7.06576 max size: 13
0.00/0.06	c Final circuit: i/l/o/s    2686       0   16104     55256
0.00/0.06	c CnfToAig: Time: 0.06 s
0.09/0.14	c TmMap: Set choices finish.
0.09/0.17	c TmMap: Set big and: 26462
0.09/0.17	c TmMap: Origin: 57943 ClauseNum: 165768 --> New: 29149 ClauseNum: 111095
0.09/0.17	c TmMap: Time: 0.04
0.09/0.18	c Try to Add: #clause: 52924 #xorclause: 0
0.09/0.19	c #var: 13044 #clauses: 24982 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.95 3.56 3.64 4/292 9806
/proc/meminfo: memFree=15858168/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=32364 CPUtime=0 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 1898 0 0 0 0 0 0 0 25 0 1 0 659196587 33140736 1835 33554432000 4194304 6014671 140735118821696 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 8091 1835 378 445 0 1636 0

[startup+0.088019 s]
/proc/loadavg: 3.95 3.56 3.64 4/292 9806
/proc/meminfo: memFree=15858168/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=46844 CPUtime=0.08 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 5706 0 0 0 8 0 0 0 25 0 1 0 659196587 47968256 5643 33554432000 4194304 6014671 140735118821696 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 11711 5645 668 445 0 5256 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46844

[startup+0.101017 s]
/proc/loadavg: 3.95 3.56 3.64 4/292 9806
/proc/meminfo: memFree=15858168/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=48892 CPUtime=0.09 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 6343 0 0 0 9 0 0 0 25 0 1 0 659196587 50065408 6280 33554432000 4194304 6014671 140735118821696 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 12223 6282 668 445 0 5768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48892

[startup+0.300981 s]
/proc/loadavg: 3.95 3.56 3.64 4/292 9806
/proc/meminfo: memFree=15858168/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=67800 CPUtime=0.29 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 9187 0 0 0 28 1 0 0 25 0 1 0 659196587 69427200 9124 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 16950 9124 697 445 0 10495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67800

[startup+0.70091 s]
/proc/loadavg: 3.95 3.56 3.64 4/292 9806
/proc/meminfo: memFree=15858168/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=67800 CPUtime=0.69 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 9193 0 0 0 68 1 0 0 25 0 1 0 659196587 69427200 9130 33554432000 4194304 6014671 140735118821696 18446744073709551615 4666606 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 16950 9130 701 445 0 10495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67800

[startup+1.50083 s]
/proc/loadavg: 3.95 3.56 3.64 5/293 9807
/proc/meminfo: memFree=15812776/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=86044 CPUtime=1.49 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 9981 0 0 0 148 1 0 0 25 0 1 0 659196587 88109056 9918 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 21511 9918 724 445 0 15056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86044

[startup+3.10055 s]
/proc/loadavg: 3.95 3.56 3.64 5/293 9807
/proc/meminfo: memFree=15807816/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=95436 CPUtime=3.09 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 12409 0 0 0 308 1 0 0 25 0 1 0 659196587 97726464 12346 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 23859 12346 728 445 0 17404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95436

[startup+6.30091 s]
/proc/loadavg: 3.96 3.56 3.64 5/293 9807
/proc/meminfo: memFree=15795864/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=113956 CPUtime=6.29 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 13272 0 0 0 628 1 0 0 25 0 1 0 659196587 116690944 13209 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 28489 13209 728 445 0 22034 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113956

[startup+12.7008 s]
/proc/loadavg: 3.96 3.57 3.64 5/293 9807
/proc/meminfo: memFree=15787948/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=113956 CPUtime=12.7 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 14863 0 0 0 1268 2 0 0 25 0 1 0 659196587 116690944 14797 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 28489 14797 728 445 0 22034 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 113956

[startup+25.5006 s]
/proc/loadavg: 3.97 3.59 3.65 5/293 9807
/proc/meminfo: memFree=15778520/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=123580 CPUtime=25.49 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 16808 0 0 0 2547 2 0 0 25 0 1 0 659196587 126545920 16726 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 30895 16726 728 445 0 24440 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123580

[startup+51.101 s]
/proc/loadavg: 3.98 3.62 3.66 5/293 9808
/proc/meminfo: memFree=15653312/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=154864 CPUtime=51.09 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 22881 0 0 0 5107 2 0 0 25 0 1 0 659196587 158580736 22783 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 38716 22783 729 445 0 32261 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 154864

[startup+102.311 s]
/proc/loadavg: 4.03 3.69 3.68 5/293 9809
/proc/meminfo: memFree=15143528/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=187684 CPUtime=102.3 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 28124 0 0 0 10226 4 0 0 25 0 1 0 659196587 192188416 28024 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 46921 28024 729 445 0 40466 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 187684

[startup+162.3 s]
/proc/loadavg: 4.05 3.76 3.70 5/293 9811
/proc/meminfo: memFree=14902328/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=187684 CPUtime=162.3 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 31886 0 0 0 16225 5 0 0 25 0 1 0 659196587 192188416 31780 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 46921 31780 729 445 0 40466 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187684

[startup+222.301 s]
/proc/loadavg: 4.07 3.82 3.72 5/293 9813
/proc/meminfo: memFree=14668064/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=187684 CPUtime=222.29 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 32571 0 0 0 22224 5 0 0 25 0 1 0 659196587 192188416 32465 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 46921 32465 729 445 0 40466 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 187684

[startup+282.301 s]
/proc/loadavg: 4.11 3.86 3.74 5/293 9814
/proc/meminfo: memFree=14406156/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=187684 CPUtime=282.3 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 34208 0 0 0 28224 6 0 0 25 0 1 0 659196587 192188416 34102 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 46921 34102 729 445 0 40466 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 187684

[startup+342.301 s]
/proc/loadavg: 4.04 3.89 3.75 5/293 9816
/proc/meminfo: memFree=14159120/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=187684 CPUtime=342.3 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 35539 0 0 0 34224 6 0 0 25 0 1 0 659196587 192188416 35433 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 46921 35433 729 445 0 40466 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 187684

[startup+402.3 s]
/proc/loadavg: 4.01 3.90 3.76 5/293 9817
/proc/meminfo: memFree=14018104/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=187684 CPUtime=402.3 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 37611 0 0 0 40223 7 0 0 25 0 1 0 659196587 192188416 37505 33554432000 4194304 6014671 140735118821696 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 46921 37505 729 445 0 40466 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 187684

[startup+462.301 s]
/proc/loadavg: 4.00 3.92 3.78 5/293 9819
/proc/meminfo: memFree=13749368/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=200576 CPUtime=462.3 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 40270 0 0 0 46222 8 0 0 25 0 1 0 659196587 205389824 40164 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 50144 40164 729 445 0 43689 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 200576

[startup+522.301 s]
/proc/loadavg: 4.00 3.93 3.79 5/293 9821
/proc/meminfo: memFree=13747968/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=213676 CPUtime=522.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 40605 0 0 0 52223 8 0 0 25 0 1 0 659196587 218804224 40493 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 53419 40493 729 445 0 46964 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 213676

[startup+582.3 s]
/proc/loadavg: 4.00 3.94 3.80 5/293 9822
/proc/meminfo: memFree=13674420/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=213676 CPUtime=582.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 41783 0 0 0 58223 8 0 0 25 0 1 0 659196587 218804224 41660 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 53419 41660 736 445 0 46964 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 213676

[startup+642.301 s]
/proc/loadavg: 4.05 3.96 3.82 5/293 9824
/proc/meminfo: memFree=13593540/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=213676 CPUtime=642.32 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 41794 0 0 0 64224 8 0 0 25 0 1 0 659196587 218804224 41658 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 53419 41658 729 445 0 46964 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 213676

[startup+702.301 s]
/proc/loadavg: 3.51 3.83 3.78 4/287 9842
/proc/meminfo: memFree=16055476/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=213676 CPUtime=702.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 41920 0 0 0 70223 8 0 0 25 0 1 0 659196587 218804224 41769 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 53419 41769 729 445 0 46964 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 213676

[startup+762.31 s]
/proc/loadavg: 3.27 3.69 3.73 4/287 9844
/proc/meminfo: memFree=16048512/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=213676 CPUtime=762.32 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 42852 0 0 0 76224 8 0 0 25 0 1 0 659196587 218804224 42692 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 53419 42692 739 445 0 46964 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 213676

[startup+822.301 s]
/proc/loadavg: 3.10 3.56 3.68 4/287 9846
/proc/meminfo: memFree=15991700/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=269828 CPUtime=822.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 46219 0 0 0 82222 9 0 0 25 0 1 0 659196587 276303872 46036 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 67457 46036 739 445 0 61002 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 269828

[startup+882.301 s]
/proc/loadavg: 3.07 3.47 3.64 4/287 9847
/proc/meminfo: memFree=15987832/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=269828 CPUtime=882.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 46270 0 0 0 88222 9 0 0 25 0 1 0 659196587 276303872 46072 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 67457 46072 739 445 0 61002 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 269828

[startup+942.3 s]
/proc/loadavg: 3.02 3.38 3.60 4/287 9849
/proc/meminfo: memFree=15965604/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=269828 CPUtime=942.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 46380 0 0 0 94222 9 0 0 25 0 1 0 659196587 276303872 46182 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 67457 46182 739 445 0 61002 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 269828

[startup+1002.3 s]
/proc/loadavg: 3.01 3.31 3.56 4/287 9850
/proc/meminfo: memFree=15714100/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=269828 CPUtime=1002.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 46580 0 0 0 100222 9 0 0 25 0 1 0 659196587 276303872 46359 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 67457 46359 739 445 0 61002 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 269828

[startup+1062.3 s]
/proc/loadavg: 3.00 3.25 3.52 4/287 9852
/proc/meminfo: memFree=15683200/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=327456 CPUtime=1062.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 47485 0 0 0 106222 9 0 0 25 0 1 0 659196587 335314944 47102 33554432000 4194304 6014671 140735118821696 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 81864 47102 739 445 0 75409 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 327456

[startup+1122.3 s]
/proc/loadavg: 2.51 3.08 3.44 3/281 9872
/proc/meminfo: memFree=19741232/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=327456 CPUtime=1122.31 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 51117 0 0 0 112221 10 0 0 25 0 1 0 659196587 335314944 50734 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 81864 50734 739 445 0 75409 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 327456

[startup+1182.3 s]
/proc/loadavg: 1.59 2.71 3.29 2/275 9891
/proc/meminfo: memFree=19925340/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=327456 CPUtime=1182.32 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 51134 0 0 0 118222 10 0 0 25 0 1 0 659196587 335314944 50751 33554432000 4194304 6014671 140735118821696 18446744073709551615 4424575 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 81864 50751 739 445 0 75409 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 327456

[startup+1242.3 s]
/proc/loadavg: 1.21 2.40 3.15 2/275 9893
/proc/meminfo: memFree=19924960/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=327456 CPUtime=1242.32 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 51144 0 0 0 124222 10 0 0 25 0 1 0 659196587 335314944 50761 33554432000 4194304 6014671 140735118821696 18446744073709551615 4378462 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 81864 50761 739 445 0 75409 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 327456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.11 2.15 3.02 2/275 9894
/proc/meminfo: memFree=19924820/32950904 swapFree=67057400/67111528
[pid=9806] ppid=9804 vsize=327456 CPUtime=1300.02 cores=4,6
/proc/9806/stat : 9806 (qutersat_releas) R 9804 9806 8508 0 -1 4202496 51150 0 0 0 129992 10 0 0 25 0 1 0 659196587 335314944 50767 33554432000 4194304 6014671 140735118821696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9806/statm: 81864 50767 739 445 0 75409 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 327456

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.93
CPU system time (s): 0.119981
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 327456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51154
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= 12
involuntary context switches= 1992

runsolver used 3.53746 second user time and 8.07577 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 18:12:48
IDJOB=3376747
IDBENCH=85805
IDSOLVER=1856
FILE ID=node121/3376747-1305475968
RUNJOBID= node121-1305475741-9705
PBS_JOBID= 13325309
Free space on /tmp= 73204 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn004.shuffled-as.sat05-3844.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376747-1305475968/watcher-3376747-1305475968 -o /tmp/evaluation-result-3376747-1305475968/solver-3376747-1305475968 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376747-1305475968.cnf 1216788892

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

MD5SUM BENCH= 7d96ba103689bec761c9e7df7b158323
RANDOM SEED=1216788892

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.817
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:     32950904 kB
MemFree:      15858316 kB
Buffers:        324220 kB
Cached:        6882124 kB
SwapCached:       7656 kB
Active:       11047900 kB
Inactive:      5679848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      15858316 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            2420 kB
Writeback:           0 kB
AnonPages:     9518828 kB
Mapped:          27532 kB
Slab:           267356 kB
PageTables:      34020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 35298536 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= 73492 MiB
End job on node121 at 2011-05-15 18:34:30