Trace number 3376858

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

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 1820 #clause: 171155
0.00/0.05	c Find Units :          0
0.00/0.06	c Find Invs  :          0
0.00/0.06	c Find Ands  :       1820 AvgFaninNum: 27
0.00/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.06	c Find Ite   :          0
0.00/0.06	c UnDirect variable: 0
0.00/0.06	c UnDirect to Direct Gate: 0
0.00/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.06	c Break Cycle : 1755
0.00/0.06	c Total Root : 0 Undef Var: 1755
0.00/0.07	c After covering, Total Root: 65 Leaf: 1755
0.00/0.07	c Variable( cover/uncovered/unused ): 1820 0 0
0.00/0.07	c Unit Clauses: 0
0.00/0.07	c Binary Clauses( cover/uncovered ): 1755 162502
0.00/0.07	c Clauses( cover/uncovered ): 65 0
0.00/0.07	c Total Clauses( cover/uncovered ): 1820 162502 1.10758%
0.00/0.07	c Covered Ands: 65 Invs: 0 Xors: 0 Ites: 0
0.09/0.15	c Uncover Clauses avg size: 2 max size: 2
0.09/0.15	c Final circuit: i/l/o/s    1755       0  162502    164192
0.09/0.15	c CnfToAig: Time: 0.14 s
0.19/0.25	c TmMap: Set choices finish.
0.29/0.33	c TmMap: Set big and: 162567
0.29/0.33	c TmMap: Origin: 165948 ClauseNum: 492576 --> New: 164323 ClauseNum: 489326
0.29/0.33	c TmMap: Time: 0.09
0.29/0.35	c Try to Add: #clause: 325134 #xorclause: 0
0.29/0.38	c #var: 1820 #clauses: 66 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-3376858-1305467941/watcher-3376858-1305467941 -o /tmp/evaluation-result-3376858-1305467941/solver-3376858-1305467941 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376858-1305467941.cnf 960384537 

running on 2 cores: 0,2

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: 4.01 5.18 5.84 5/313 9712
/proc/meminfo: memFree=20593740/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=32364 CPUtime=0 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 1720 0 0 0 0 0 0 0 25 0 1 0 639209991 33140736 1657 33554432000 4194304 6014671 140735115299216 18446744073709551615 4265440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 8091 1666 377 445 0 1636 0

[startup+0.0971441 s]
/proc/loadavg: 4.01 5.18 5.84 5/313 9712
/proc/meminfo: memFree=20593740/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=43628 CPUtime=0.09 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 4601 0 0 0 9 0 0 0 25 0 1 0 639209991 44675072 4538 33554432000 4194304 6014671 140735115299216 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 10907 4538 398 445 0 4452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43628

[startup+0.101147 s]
/proc/loadavg: 4.01 5.18 5.84 5/313 9712
/proc/meminfo: memFree=20593740/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=46700 CPUtime=0.09 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 5368 0 0 0 9 0 0 0 25 0 1 0 639209991 47820800 5305 33554432000 4194304 6014671 140735115299216 18446744073709551615 4334624 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 11675 5305 398 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.301131 s]
/proc/loadavg: 4.01 5.18 5.84 5/313 9712
/proc/meminfo: memFree=20593740/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=87248 CPUtime=0.29 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 15481 0 0 0 28 1 0 0 25 0 1 0 639209991 89341952 15418 33554432000 4194304 6014671 140735115299216 18446744073709551615 4778768 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 21812 15418 670 445 0 15357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87248

[startup+0.70106 s]
/proc/loadavg: 4.01 5.18 5.84 5/313 9712
/proc/meminfo: memFree=20593740/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=99536 CPUtime=0.68 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 18350 0 0 0 67 1 0 0 25 0 1 0 639209991 101924864 18287 33554432000 4194304 6014671 140735115299216 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 24884 18287 720 445 0 18429 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99536

[startup+1.50089 s]
/proc/loadavg: 4.01 5.18 5.84 5/314 9714
/proc/meminfo: memFree=20521568/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=109484 CPUtime=1.49 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 18852 0 0 0 147 2 0 0 25 0 1 0 639209991 112111616 18789 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 27371 18789 721 445 0 20916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109484

[startup+3.10062 s]
/proc/loadavg: 4.01 5.16 5.83 5/314 9714
/proc/meminfo: memFree=20514004/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=130108 CPUtime=3.09 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 20601 0 0 0 307 2 0 0 25 0 1 0 639209991 133230592 20538 33554432000 4194304 6014671 140735115299216 18446744073709551615 4537196 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 32527 20538 725 445 0 26072 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130108

[startup+6.30103 s]
/proc/loadavg: 4.01 5.16 5.83 5/314 9714
/proc/meminfo: memFree=20506520/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=130108 CPUtime=6.29 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 20687 0 0 0 627 2 0 0 25 0 1 0 639209991 133230592 20624 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 32527 20624 725 445 0 26072 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130108

[startup+12.7008 s]
/proc/loadavg: 4.01 5.12 5.81 5/314 9714
/proc/meminfo: memFree=20494624/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=130236 CPUtime=12.69 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 21689 0 0 0 1267 2 0 0 25 0 1 0 639209991 133361664 21626 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 32559 21626 725 445 0 26104 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130236

[startup+25.5005 s]
/proc/loadavg: 4.00 5.08 5.79 5/314 9714
/proc/meminfo: memFree=20453332/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=151116 CPUtime=25.49 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 24593 0 0 0 2547 2 0 0 25 0 1 0 639209991 154742784 24530 33554432000 4194304 6014671 140735115299216 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 37779 24530 725 445 0 31324 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151116

[startup+51.1008 s]
/proc/loadavg: 4.06 5.01 5.75 5/314 9715
/proc/meminfo: memFree=20389844/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=172336 CPUtime=51.09 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 29582 0 0 0 5106 3 0 0 25 0 1 0 639209991 176472064 29519 33554432000 4194304 6014671 140735115299216 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 43084 29519 725 445 0 36629 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172336

[startup+102.311 s]
/proc/loadavg: 4.02 4.84 5.64 5/314 9743
/proc/meminfo: memFree=20321200/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=183624 CPUtime=102.3 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 36178 0 0 0 10226 4 0 0 25 0 1 0 639209991 188030976 36115 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 45906 36115 725 445 0 39451 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183624

[startup+162.3 s]
/proc/loadavg: 4.01 4.68 5.54 5/314 9754
/proc/meminfo: memFree=20241980/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=330324 CPUtime=162.29 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 44719 0 0 0 16223 6 0 0 25 0 1 0 639209991 338251776 44603 33554432000 4194304 6014671 140735115299216 18446744073709551615 4441017 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 82581 44603 726 445 0 76126 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 330324

[startup+222.3 s]
/proc/loadavg: 4.00 4.56 5.44 5/314 9755
/proc/meminfo: memFree=20182440/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=330324 CPUtime=222.29 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 46554 0 0 0 22223 6 0 0 25 0 1 0 639209991 338251776 46303 33554432000 4194304 6014671 140735115299216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 82581 46303 731 445 0 76126 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 330324

[startup+282.301 s]
/proc/loadavg: 4.08 4.47 5.35 5/314 9757
/proc/meminfo: memFree=20104040/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=383956 CPUtime=282.29 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 61914 0 0 0 28220 9 0 0 25 0 1 0 639209991 393170944 60460 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 95989 60460 731 445 0 89534 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 383956

[startup+342.301 s]
/proc/loadavg: 4.08 4.40 5.27 5/314 9759
/proc/meminfo: memFree=19979504/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=384084 CPUtime=342.3 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 70483 0 0 0 34218 12 0 0 25 0 1 0 639209991 393302016 69021 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 96021 69021 737 445 0 89566 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 384084

[startup+402.301 s]
/proc/loadavg: 3.96 4.31 5.18 5/314 9787
/proc/meminfo: memFree=20202896/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=384084 CPUtime=402.29 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 70483 0 0 0 40217 12 0 0 25 0 1 0 639209991 393302016 69021 33554432000 4194304 6014671 140735115299216 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 96021 69021 737 445 0 89566 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 384084

[startup+462.301 s]
/proc/loadavg: 4.02 4.26 5.11 5/314 9789
/proc/meminfo: memFree=19298192/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=384084 CPUtime=462.31 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 70486 0 0 0 46218 13 0 0 25 0 1 0 639209991 393302016 69024 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 96021 69024 737 445 0 89566 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 384084

[startup+522.301 s]
/proc/loadavg: 4.00 4.21 5.04 5/314 9844
/proc/meminfo: memFree=21291672/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=384084 CPUtime=522.31 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 70529 0 0 0 52218 13 0 0 25 0 1 0 639209991 393302016 69067 33554432000 4194304 6014671 140735115299216 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 96021 69067 737 445 0 89566 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 384084

[startup+582.301 s]
/proc/loadavg: 4.04 4.18 4.98 5/314 9846
/proc/meminfo: memFree=21257312/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=582.31 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 71359 0 0 0 58218 13 0 0 25 0 1 0 639209991 455815168 69897 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 69897 737 445 0 104828 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 445132

[startup+642.301 s]
/proc/loadavg: 4.01 4.15 4.91 5/314 9848
/proc/meminfo: memFree=21262100/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=642.31 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 75068 0 0 0 64218 13 0 0 25 0 1 0 639209991 455815168 73603 33554432000 4194304 6014671 140735115299216 18446744073709551615 4422798 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 73603 734 445 0 104828 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 445132

[startup+702.301 s]
/proc/loadavg: 4.00 4.12 4.85 5/314 9849
/proc/meminfo: memFree=21224872/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=702.31 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 75118 0 0 0 70217 14 0 0 25 0 1 0 639209991 455815168 73650 33554432000 4194304 6014671 140735115299216 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 73650 731 445 0 104828 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 445132

[startup+762.312 s]
/proc/loadavg: 4.00 4.09 4.80 5/314 9851
/proc/meminfo: memFree=21170032/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=762.33 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 75187 0 0 0 76219 14 0 0 25 0 1 0 639209991 455815168 73719 33554432000 4194304 6014671 140735115299216 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 73719 731 445 0 104828 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 445132

[startup+822.301 s]
/proc/loadavg: 4.09 4.10 4.75 5/314 9852
/proc/meminfo: memFree=21114208/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=822.32 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 75286 0 0 0 82218 14 0 0 25 0 1 0 639209991 455815168 73818 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 73818 731 445 0 104828 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 445132

[startup+882.301 s]
/proc/loadavg: 4.03 4.08 4.70 5/314 9854
/proc/meminfo: memFree=21101644/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=882.32 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 75336 0 0 0 88218 14 0 0 25 0 1 0 639209991 455815168 73868 33554432000 4194304 6014671 140735115299216 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 73868 731 445 0 104828 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 445132

[startup+942.3 s]
/proc/loadavg: 4.18 4.11 4.67 5/314 9856
/proc/meminfo: memFree=21095292/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=942.32 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 75845 0 0 0 94218 14 0 0 25 0 1 0 639209991 455815168 74338 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 74338 728 445 0 104828 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 445132

[startup+1002.3 s]
/proc/loadavg: 4.06 4.09 4.63 5/314 9857
/proc/meminfo: memFree=21053476/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=1002.32 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 84173 0 0 0 100215 17 0 0 25 0 1 0 639209991 455815168 82636 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 82636 728 445 0 104828 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 445132

[startup+1062.3 s]
/proc/loadavg: 4.02 4.07 4.59 5/314 9859
/proc/meminfo: memFree=21050100/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=1062.32 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 84323 0 0 0 106215 17 0 0 25 0 1 0 639209991 455815168 82747 33554432000 4194304 6014671 140735115299216 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 82747 728 445 0 104828 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 445132

[startup+1122.3 s]
/proc/loadavg: 4.06 4.07 4.55 5/314 9860
/proc/meminfo: memFree=21029988/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=1122.32 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 84819 0 0 0 112215 17 0 0 25 0 1 0 639209991 455815168 83195 33554432000 4194304 6014671 140735115299216 18446744073709551615 4377482 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 83195 728 445 0 104828 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 445132

[startup+1182.3 s]
/proc/loadavg: 4.02 4.05 4.51 5/314 9890
/proc/meminfo: memFree=21122320/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=1182.32 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 84819 0 0 0 118215 17 0 0 25 0 1 0 639209991 455815168 83138 33554432000 4194304 6014671 140735115299216 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 83138 728 445 0 104828 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 445132

[startup+1242.3 s]
/proc/loadavg: 4.01 4.04 4.48 5/314 9892
/proc/meminfo: memFree=20894288/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=1242.33 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 84877 0 0 0 124216 17 0 0 25 0 1 0 639209991 455815168 83062 33554432000 4194304 6014671 140735115299216 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 83062 728 445 0 104828 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 445132



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 4.45 5/314 9893
/proc/meminfo: memFree=20867964/32951124 swapFree=63485424/67111528
[pid=9712] ppid=9710 vsize=445132 CPUtime=1300.03 cores=0,2
/proc/9712/stat : 9712 (qutersat_releas) R 9710 9712 9539 0 -1 4202496 85078 0 0 0 129986 17 0 0 25 0 1 0 639209991 455815168 83263 33554432000 4194304 6014671 140735115299216 18446744073709551615 4379922 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9712/statm: 111283 83263 728 445 0 104828 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 445132

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.87
CPU system time (s): 0.19297
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 445132

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

runsolver used 4.17736 second user time and 8.61269 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 15:59:01
IDJOB=3376858
IDBENCH=71409
IDSOLVER=1856
FILE ID=node147/3376858-1305467941
RUNJOBID= node147-1305467741-9557
PBS_JOBID= 13325313
Free space on /tmp= 73128 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1820c171155gyes3.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376858-1305467941/watcher-3376858-1305467941 -o /tmp/evaluation-result-3376858-1305467941/solver-3376858-1305467941 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376858-1305467941.cnf 960384537

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=960384537

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.76
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20594020 kB
Buffers:        312444 kB
Cached:        5269020 kB
SwapCached:      13132 kB
Active:        5748816 kB
Inactive:      6356480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20594020 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            3932 kB
Writeback:           0 kB
AnonPages:     6519036 kB
Mapped:          22372 kB
Slab:           150600 kB
PageTables:      37352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54810544 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= 73136 MiB
End job on node147 at 2011-05-15 16:20:43