Trace number 3377146

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.06 1300.03

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 1430 #clause: 79453
0.00/0.05	c Find Units :          0
0.00/0.05	c Find Invs  :         67
0.00/0.06	c Find Ands  :       1675 AvgFaninNum: 2
0.00/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.06	c Find Ite   :          0
0.00/0.07	c UnDirect variable: 134
0.00/0.07	c UnDirect to Direct Gate: 44
0.00/0.07	c Forced Direct Gate: 44 Unuse unDirect Gate: 67
0.00/0.07	c Break Cycle : 590
0.00/0.07	c Total Root : 40 Undef Var: 837
0.00/0.07	c After covering, Total Root: 576 Leaf: 652
0.00/0.07	c Variable( cover/uncovered/unused ): 1245 185 0
0.00/0.07	c Unit Clauses: 0
0.00/0.07	c Binary Clauses( cover/uncovered ): 1186 1172
0.00/0.07	c Clauses( cover/uncovered ): 549 76546
0.00/0.07	c Total Clauses( cover/uncovered ): 1735 77718 2.18368%
0.00/0.07	c Covered Ands: 549 Invs: 44 Xors: 0 Ites: 0
0.09/0.12	c Uncover Clauses avg size: 2.98699 max size: 10
0.09/0.12	c Final circuit: i/l/o/s     837       0   77678     86000
0.09/0.12	c CnfToAig: Time: 0.12 s
0.19/0.23	c TmMap: Set choices finish.
0.19/0.27	c TmMap: Set big and: 83074
0.19/0.27	c TmMap: Origin: 86838 ClauseNum: 258000 --> New: 83921 ClauseNum: 253045
0.19/0.27	c TmMap: Time: 0.06
0.19/0.29	c Try to Add: #clause: 166184 #xorclause: 0
0.29/0.30	c #var: 6242 #clauses: 9023 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3377146-1305467777/watcher-3377146-1305467777 -o /tmp/evaluation-result-3377146-1305467777/solver-3377146-1305467777 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377146-1305467777.cnf 1077275223 

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.67 5.42 6.37 5/319 18974
/proc/meminfo: memFree=14429232/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=33388 CPUtime=0 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 2082 0 0 0 0 0 0 0 23 0 1 0 658380458 34189312 2018 33554432000 4194304 6014671 140735249092704 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 8347 2018 378 445 0 1892 0

[startup+0.0792771 s]
/proc/loadavg: 3.67 5.42 6.37 5/319 18974
/proc/meminfo: memFree=14429232/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=41580 CPUtime=0.07 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 4189 0 0 0 7 0 0 0 23 0 1 0 658380458 42577920 4125 33554432000 4194304 6014671 140735249092704 18446744073709551615 4276303 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 10395 4125 398 445 0 3940 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 41580

[startup+0.100263 s]
/proc/loadavg: 3.67 5.42 6.37 5/319 18974
/proc/meminfo: memFree=14429232/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=43116 CPUtime=0.09 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 4381 0 0 0 9 0 0 0 23 0 1 0 658380458 44150784 4317 33554432000 4194304 6014671 140735249092704 18446744073709551615 4276437 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 10779 4317 398 445 0 4324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43116

[startup+0.300231 s]
/proc/loadavg: 3.67 5.42 6.37 5/319 18974
/proc/meminfo: memFree=14429232/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=81212 CPUtime=0.29 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 14032 0 0 0 28 1 0 0 25 0 1 0 658380458 83161088 13968 33554432000 4194304 6014671 140735249092704 18446744073709551615 4810804 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 20303 13968 691 445 0 13848 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81212

[startup+0.701181 s]
/proc/loadavg: 3.67 5.42 6.37 5/319 18974
/proc/meminfo: memFree=14429232/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=81212 CPUtime=0.69 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 14037 0 0 0 68 1 0 0 25 0 1 0 658380458 83161088 13973 33554432000 4194304 6014671 140735249092704 18446744073709551615 4425428 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 20303 13973 696 445 0 13848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81212

[startup+1.50104 s]
/proc/loadavg: 3.67 5.42 6.37 5/320 18975
/proc/meminfo: memFree=14370696/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=116028 CPUtime=1.49 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 21859 0 0 0 147 2 0 0 25 0 1 0 658380458 118812672 21795 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 29007 21795 701 445 0 22552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116028

[startup+3.10076 s]
/proc/loadavg: 3.67 5.42 6.37 5/320 18976
/proc/meminfo: memFree=14329892/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=129524 CPUtime=3.09 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 23131 0 0 0 307 2 0 0 25 0 1 0 658380458 132632576 23064 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 32381 23064 725 445 0 25926 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129524

[startup+6.30118 s]
/proc/loadavg: 3.69 5.39 6.35 5/320 18976
/proc/meminfo: memFree=14301400/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=160252 CPUtime=6.29 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 26663 0 0 0 626 3 0 0 25 0 1 0 658380458 164098048 26596 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 40063 26596 729 445 0 33608 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 160252

[startup+12.701 s]
/proc/loadavg: 3.72 5.37 6.34 5/320 18976
/proc/meminfo: memFree=14243796/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=182416 CPUtime=12.69 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 31670 0 0 0 1265 4 0 0 25 0 1 0 658380458 186793984 31603 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 45604 31603 729 445 0 39149 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 182416

[startup+25.5007 s]
/proc/loadavg: 3.78 5.30 6.30 5/320 19003
/proc/meminfo: memFree=14674512/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=208208 CPUtime=25.5 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 40163 0 0 0 2544 6 0 0 25 0 1 0 658380458 213204992 40096 33554432000 4194304 6014671 140735249092704 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 52052 40096 729 445 0 45597 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 208208

[startup+51.1002 s]
/proc/loadavg: 3.85 5.19 6.24 5/320 19004
/proc/meminfo: memFree=14339468/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=234364 CPUtime=51.09 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 44878 0 0 0 5103 6 0 0 25 0 1 0 658380458 239988736 44811 33554432000 4194304 6014671 140735249092704 18446744073709551615 4379456 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 58591 44811 734 445 0 52136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 234364

[startup+102.312 s]
/proc/loadavg: 3.93 5.01 6.12 5/320 19032
/proc/meminfo: memFree=15150488/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=278644 CPUtime=102.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 55912 0 0 0 10222 8 0 0 25 0 1 0 658380458 285331456 55843 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 69661 55843 732 445 0 63206 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 278644

[startup+162.301 s]
/proc/loadavg: 3.97 4.82 5.99 5/320 19034
/proc/meminfo: memFree=15073412/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=342680 CPUtime=162.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 62210 0 0 0 16220 10 0 0 25 0 1 0 658380458 350904320 62125 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 85670 62125 731 445 0 79215 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 342680

[startup+222.301 s]
/proc/loadavg: 4.02 4.68 5.86 5/320 19035
/proc/meminfo: memFree=14981984/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=408300 CPUtime=222.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 64870 0 0 0 22220 10 0 0 25 0 1 0 658380458 418099200 64709 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 102075 64709 731 445 0 95620 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 408300

[startup+282.3 s]
/proc/loadavg: 4.01 4.56 5.75 5/320 19037
/proc/meminfo: memFree=14855944/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=478012 CPUtime=282.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 80251 0 0 0 28217 13 0 0 25 0 1 0 658380458 489484288 79978 33554432000 4194304 6014671 140735249092704 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 119503 79978 731 445 0 113048 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 478012

[startup+342.301 s]
/proc/loadavg: 4.00 4.45 5.63 5/320 19048
/proc/meminfo: memFree=14812700/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=550356 CPUtime=342.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 81613 0 0 0 34216 14 0 0 25 0 1 0 658380458 563564544 81236 33554432000 4194304 6014671 140735249092704 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 137589 81236 731 445 0 131134 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 550356

[startup+402.301 s]
/proc/loadavg: 4.03 4.38 5.53 5/320 19049
/proc/meminfo: memFree=14797788/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=550356 CPUtime=402.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 82962 0 0 0 40216 14 0 0 25 0 1 0 658380458 563564544 82475 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 137589 82475 731 445 0 131134 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 550356

[startup+462.3 s]
/proc/loadavg: 4.12 4.34 5.44 5/320 19054
/proc/meminfo: memFree=14777996/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=550356 CPUtime=462.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 84855 0 0 0 46215 15 0 0 25 0 1 0 658380458 563564544 84299 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 137589 84299 731 445 0 131134 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 550356

[startup+522.301 s]
/proc/loadavg: 4.04 4.28 5.35 5/320 19055
/proc/meminfo: memFree=14733992/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=550356 CPUtime=522.3 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 85050 0 0 0 52215 15 0 0 25 0 1 0 658380458 563564544 84373 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 137589 84373 731 445 0 131134 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 550356

[startup+582.301 s]
/proc/loadavg: 4.01 4.22 5.26 5/320 19057
/proc/meminfo: memFree=14722020/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=550356 CPUtime=582.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 85051 0 0 0 58216 15 0 0 25 0 1 0 658380458 563564544 84181 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 137589 84181 731 445 0 131134 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 550356

[startup+642.3 s]
/proc/loadavg: 4.00 4.18 5.18 5/320 19059
/proc/meminfo: memFree=14669872/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=550356 CPUtime=642.32 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 85976 0 0 0 64217 15 0 0 25 0 1 0 658380458 563564544 85106 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 137589 85106 731 445 0 131134 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 550356

[startup+702.301 s]
/proc/loadavg: 4.00 4.14 5.11 5/320 19060
/proc/meminfo: memFree=14600004/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=637280 CPUtime=702.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 99094 0 0 0 70214 17 0 0 25 0 1 0 658380458 652574720 98224 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423661 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 159320 98224 731 445 0 152865 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 637280

[startup+762.312 s]
/proc/loadavg: 4.04 4.13 5.04 5/320 19062
/proc/meminfo: memFree=14556796/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=637280 CPUtime=762.32 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 110277 0 0 0 76212 20 0 0 25 0 1 0 658380458 652574720 105058 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 159320 105058 731 445 0 152865 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 637280

[startup+822.3 s]
/proc/loadavg: 4.01 4.10 4.97 5/320 19063
/proc/meminfo: memFree=14425420/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=637280 CPUtime=822.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 115341 0 0 0 82210 21 0 0 25 0 1 0 658380458 652574720 110122 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 159320 110122 731 445 0 152865 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 637280

[startup+882.301 s]
/proc/loadavg: 4.00 4.08 4.91 5/320 19065
/proc/meminfo: memFree=14414060/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=637280 CPUtime=882.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 115343 0 0 0 88210 21 0 0 25 0 1 0 658380458 652574720 110124 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 159320 110124 731 445 0 152865 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 637280

[startup+942.301 s]
/proc/loadavg: 4.05 4.08 4.85 5/320 19067
/proc/meminfo: memFree=14383972/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=730316 CPUtime=942.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 118187 0 0 0 94209 22 0 0 25 0 1 0 658380458 747843584 112968 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 182579 112968 731 445 0 176124 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 730316

[startup+1002.3 s]
/proc/loadavg: 4.06 4.08 4.80 5/320 19068
/proc/meminfo: memFree=14368532/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=730444 CPUtime=1002.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 119267 0 0 0 100209 22 0 0 25 0 1 0 658380458 747974656 114048 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424582 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 182611 114048 733 445 0 176156 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 730444

[startup+1062.3 s]
/proc/loadavg: 4.06 4.08 4.75 5/320 19070
/proc/meminfo: memFree=14329292/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=730444 CPUtime=1062.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 119514 0 0 0 106209 22 0 0 25 0 1 0 658380458 747974656 114295 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 182611 114295 733 445 0 176156 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 730444

[startup+1122.3 s]
/proc/loadavg: 4.02 4.06 4.70 5/320 19071
/proc/meminfo: memFree=14311996/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=730444 CPUtime=1122.31 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 119557 0 0 0 112209 22 0 0 25 0 1 0 658380458 747974656 114338 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 182611 114338 733 445 0 176156 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 730444

[startup+1182.3 s]
/proc/loadavg: 4.01 4.05 4.66 5/320 19073
/proc/meminfo: memFree=14274368/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=730444 CPUtime=1182.32 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 119560 0 0 0 118210 22 0 0 25 0 1 0 658380458 747974656 114341 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 182611 114341 733 445 0 176156 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 730444

[startup+1242.3 s]
/proc/loadavg: 4.00 4.04 4.61 5/320 19075
/proc/meminfo: memFree=14266848/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=730444 CPUtime=1242.33 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 119575 0 0 0 124210 23 0 0 25 0 1 0 658380458 747974656 114356 33554432000 4194304 6014671 140735249092704 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 182611 114356 733 445 0 176156 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 730444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.04 4.58 5/320 19104
/proc/meminfo: memFree=14375396/32951124 swapFree=52307768/67111528
[pid=18974] ppid=18972 vsize=730444 CPUtime=1300.03 cores=4,6
/proc/18974/stat : 18974 (qutersat_releas) R 18972 18974 18887 0 -1 4202496 126044 0 0 0 129980 23 0 0 25 0 1 0 658380458 747974656 120825 33554432000 4194304 6014671 140735249092704 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/18974/statm: 182611 120825 733 445 0 176156 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 730444

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.8
CPU system time (s): 0.25796
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 730444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126048
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= 6
involuntary context switches= 1681

runsolver used 4.00039 second user time and 9.02263 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 15:56:17
IDJOB=3377146
IDBENCH=71098
IDSOLVER=1856
FILE ID=node101/3377146-1305467777
RUNJOBID= node101-1305467752-18906
PBS_JOBID= 13325315
Free space on /tmp= 73724 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377146-1305467777/watcher-3377146-1305467777 -o /tmp/evaluation-result-3377146-1305467777/solver-3377146-1305467777 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377146-1305467777.cnf 1077275223

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1077275223

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14429388 kB
Buffers:        344576 kB
Cached:        6239668 kB
SwapCached:      14848 kB
Active:       13036684 kB
Inactive:      5191752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14429388 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           37532 kB
Writeback:           0 kB
AnonPages:    11641264 kB
Mapped:          21096 kB
Slab:           159720 kB
PageTables:      67884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44286292 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= 73740 MiB
End job on node101 at 2011-05-15 16:17:59