Trace number 3421299

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.05 4999.94

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 260 #clause: 486
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 260
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 260 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 421
0.00/0.00	c Clauses( cover/uncovered ): 0 65
0.00/0.00	c Total Clauses( cover/uncovered ): 0 486 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.26749 max size: 4
0.00/0.00	c Final circuit: i/l/o/s     260       0     486       616
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 486
0.00/0.02	c TmMap: Origin: 877 ClauseNum: 1848 --> New: 747 ClauseNum: 1588
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 972 #xorclause: 0
0.00/0.02	c #var: 260 #clauses: 66 Solving... 
5000.00/4999.91	c Time Out !!
5000.00/4999.91	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421299-1306624895/watcher-3421299-1306624895 -o /tmp/evaluation-result-3421299-1306624895/solver-3421299-1306624895 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421299-1306624895.cnf 653309455 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 2/469 1658
/proc/meminfo: memFree=12162160/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 452 0 0 0 0 0 0 0 22 0 1 0 852719981 29331456 388 33554432000 4194304 6014671 140735616812208 18446744073709551615 252457759803 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1658/statm: 7161 399 290 445 0 706 0

[startup+0.112098 s]
/proc/loadavg: 2.05 2.02 2.00 2/469 1658
/proc/meminfo: memFree=12162160/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=46712 CPUtime=0.1 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 3744 0 0 0 10 0 0 0 23 0 1 0 852719981 47833088 3680 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 11678 3680 722 445 0 5223 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 46712

[startup+0.201093 s]
/proc/loadavg: 2.05 2.02 2.00 2/469 1658
/proc/meminfo: memFree=12162160/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=55256 CPUtime=0.19 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 3982 0 0 0 19 0 0 0 23 0 1 0 852719981 56582144 3918 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 13814 3919 723 445 0 7359 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55256

[startup+0.301078 s]
/proc/loadavg: 2.05 2.02 2.00 2/469 1658
/proc/meminfo: memFree=12162160/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=64040 CPUtime=0.29 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 4251 0 0 0 29 0 0 0 23 0 1 0 852719981 65576960 4187 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 16010 4187 723 445 0 9555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64040

[startup+0.700988 s]
/proc/loadavg: 2.05 2.02 2.00 2/469 1658
/proc/meminfo: memFree=12162160/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=72984 CPUtime=0.69 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 4885 0 0 0 69 0 0 0 25 0 1 0 852719981 74735616 4821 33554432000 4194304 6014671 140735616812208 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 18246 4821 723 445 0 11791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72984

[startup+1.50084 s]
/proc/loadavg: 2.05 2.02 2.00 3/470 1659
/proc/meminfo: memFree=12135672/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=91224 CPUtime=1.49 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 7633 0 0 0 149 0 0 0 25 0 1 0 852719981 93413376 7569 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 22806 7569 727 445 0 16351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91224

[startup+3.10054 s]
/proc/loadavg: 2.12 2.04 2.01 3/470 1660
/proc/meminfo: memFree=12129968/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=109852 CPUtime=3.09 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 9204 0 0 0 309 0 0 0 25 0 1 0 852719981 112488448 9140 33554432000 4194304 6014671 140735616812208 18446744073709551615 4380178 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 27463 9140 727 445 0 21008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109852

[startup+6.30094 s]
/proc/loadavg: 2.12 2.04 2.01 3/470 1660
/proc/meminfo: memFree=12112992/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=119520 CPUtime=6.29 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 12643 0 0 0 628 1 0 0 25 0 1 0 852719981 122388480 12572 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 29880 12572 727 445 0 23425 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119520

[startup+12.7008 s]
/proc/loadavg: 2.10 2.04 2.01 3/470 1660
/proc/meminfo: memFree=12097260/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=129404 CPUtime=12.69 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 16110 0 0 0 1268 1 0 0 25 0 1 0 852719981 132509696 16039 33554432000 4194304 6014671 140735616812208 18446744073709551615 4378668 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 32351 16039 727 445 0 25896 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129404

[startup+25.5004 s]
/proc/loadavg: 2.09 2.04 2.01 3/470 1660
/proc/meminfo: memFree=12079304/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=139588 CPUtime=25.49 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 20486 0 0 0 2547 2 0 0 25 0 1 0 852719981 142938112 20415 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 34897 20415 727 445 0 28442 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139588

[startup+51.1006 s]
/proc/loadavg: 2.06 2.03 2.00 3/470 1661
/proc/meminfo: memFree=12058548/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=150384 CPUtime=51.09 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 25366 0 0 0 5107 2 0 0 25 0 1 0 852719981 153993216 25295 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 37596 25295 727 445 0 31141 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150384

[startup+102.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/470 1662
/proc/meminfo: memFree=12036584/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=162232 CPUtime=102.3 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 30644 0 0 0 10227 3 0 0 25 0 1 0 852719981 166125568 30573 33554432000 4194304 6014671 140735616812208 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1658/statm: 40558 30573 727 445 0 34103 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162232

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 1664
/proc/meminfo: memFree=12024788/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=162232 CPUtime=162.23 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 33258 0 0 0 16220 3 0 0 25 0 1 0 852719981 166125568 33187 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 40558 33187 727 445 0 34103 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 162232

[startup+222.318 s]
/proc/loadavg: 2.11 2.05 2.01 3/470 1665
/proc/meminfo: memFree=11962276/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=259236 CPUtime=222.25 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 45906 0 0 0 22220 5 0 0 25 0 1 0 852719981 265457664 45822 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 64809 45822 727 445 0 58354 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 259236

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/470 1667
/proc/meminfo: memFree=11946636/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=315312 CPUtime=282.23 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 48075 0 0 0 28218 5 0 0 25 0 1 0 852719981 322879488 47928 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 78828 47928 727 445 0 72373 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 315312

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 1669
/proc/meminfo: memFree=11940044/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=315312 CPUtime=342.24 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 48997 0 0 0 34218 6 0 0 25 0 1 0 852719981 322879488 48788 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 78828 48788 727 445 0 72373 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 315312

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1670
/proc/meminfo: memFree=11930472/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=315312 CPUtime=402.24 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 51085 0 0 0 40218 6 0 0 25 0 1 0 852719981 322879488 50782 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 78828 50782 727 445 0 72373 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 315312

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1672
/proc/meminfo: memFree=11881340/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=315312 CPUtime=462.24 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 63337 0 0 0 46217 7 0 0 25 0 1 0 852719981 322879488 62986 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 78828 62986 727 445 0 72373 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 315312

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1673
/proc/meminfo: memFree=11873008/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=315312 CPUtime=522.25 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 65168 0 0 0 52218 7 0 0 25 0 1 0 852719981 322879488 64712 33554432000 4194304 6014671 140735616812208 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 78828 64712 727 445 0 72373 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 315312

[startup+582.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/470 1675
/proc/meminfo: memFree=11872988/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=315312 CPUtime=582.25 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 65256 0 0 0 58218 7 0 0 25 0 1 0 852719981 322879488 64746 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 78828 64746 727 445 0 72373 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 315312

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/470 1778
/proc/meminfo: memFree=11482528/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=713092 CPUtime=4002.37 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 147524 0 0 0 400216 21 0 0 25 0 1 0 852719981 730206208 141901 33554432000 4194304 6014671 140735616812208 18446744073709551615 4381056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 178273 141901 727 445 0 171818 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 713092

[startup+4062.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/470 1780
/proc/meminfo: memFree=11480884/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=713092 CPUtime=4062.37 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 147628 0 0 0 406216 21 0 0 25 0 1 0 852719981 730206208 141961 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 178273 141961 727 445 0 171818 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 713092

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 1781
/proc/meminfo: memFree=11470200/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=808100 CPUtime=4122.37 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 150312 0 0 0 412216 21 0 0 25 0 1 0 852719981 827494400 144645 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 202025 144645 727 445 0 195570 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 808100

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 1783
/proc/meminfo: memFree=11463720/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=808100 CPUtime=4182.39 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 151702 0 0 0 418217 22 0 0 25 0 1 0 852719981 827494400 145989 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 202025 145989 727 445 0 195570 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 808100

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1785
/proc/meminfo: memFree=11464824/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=808100 CPUtime=4242.37 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 151702 0 0 0 424215 22 0 0 25 0 1 0 852719981 827494400 145989 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 202025 145989 727 445 0 195570 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 808100

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1786
/proc/meminfo: memFree=11458976/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=903428 CPUtime=4302.37 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 153218 0 0 0 430215 22 0 0 25 0 1 0 852719981 925110272 147457 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 225857 147457 727 445 0 219402 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 903428

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/470 1788
/proc/meminfo: memFree=11436768/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=903428 CPUtime=4362.37 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 157174 0 0 0 436214 23 0 0 25 0 1 0 852719981 925110272 151364 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 225857 151364 727 445 0 219402 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 903428

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 1789
/proc/meminfo: memFree=11395580/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=903428 CPUtime=4422.37 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 163348 0 0 0 442213 24 0 0 25 0 1 0 852719981 925110272 157538 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 225857 157538 727 445 0 219402 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 903428

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1791
/proc/meminfo: memFree=11394452/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4482.38 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 163887 0 0 0 448214 24 0 0 25 0 1 0 852719981 1024663552 158027 33554432000 4194304 6014671 140735616812208 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 158027 727 445 0 243707 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 1000648

[startup+4542.3 s]
/proc/loadavg: 1.71 1.94 1.98 2/464 1811
/proc/meminfo: memFree=11698256/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4542.38 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 164128 0 0 0 454214 24 0 0 25 0 1 0 852719981 1024663552 158217 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 158217 727 445 0 243707 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 1000648

[startup+4602.3 s]
/proc/loadavg: 1.26 1.77 1.91 2/464 1812
/proc/meminfo: memFree=11697236/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4602.38 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 164128 0 0 0 460214 24 0 0 25 0 1 0 852719981 1024663552 158217 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 158217 727 445 0 243707 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 1000648

[startup+4662.3 s]
/proc/loadavg: 1.09 1.63 1.85 2/464 1817
/proc/meminfo: memFree=11677936/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4662.39 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 169553 0 0 0 466214 25 0 0 25 0 1 0 852719981 1024663552 163590 33554432000 4194304 6014671 140735616812208 18446744073709551615 4511679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 163590 778 445 0 243707 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 1000648

[startup+4722.3 s]
/proc/loadavg: 1.03 1.51 1.80 2/464 1818
/proc/meminfo: memFree=11677164/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4722.39 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 169553 0 0 0 472214 25 0 0 25 0 1 0 852719981 1024663552 163590 33554432000 4194304 6014671 140735616812208 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 163590 778 445 0 243707 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 1000648

[startup+4782.3 s]
/proc/loadavg: 1.01 1.41 1.74 2/464 1820
/proc/meminfo: memFree=11678260/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4782.39 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 169553 0 0 0 478214 25 0 0 25 0 1 0 852719981 1024663552 163590 33554432000 4194304 6014671 140735616812208 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 163590 778 445 0 243707 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 1000648

[startup+4842.32 s]
/proc/loadavg: 1.00 1.34 1.70 2/464 1822
/proc/meminfo: memFree=11677860/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4842.41 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 169553 0 0 0 484216 25 0 0 25 0 1 0 852719981 1024663552 163536 33554432000 4194304 6014671 140735616812208 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 163536 778 445 0 243707 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 1000648

[startup+4902.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/464 1823
/proc/meminfo: memFree=11678208/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4902.39 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 169553 0 0 0 490214 25 0 0 25 0 1 0 852719981 1024663552 163536 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 163536 778 445 0 243707 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 1000648

[startup+4962.3 s]
/proc/loadavg: 1.00 1.22 1.61 2/464 1825
/proc/meminfo: memFree=11678180/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=4962.4 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 169585 0 0 0 496215 25 0 0 25 0 1 0 852719981 1024663552 163568 33554432000 4194304 6014671 140735616812208 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 163568 778 445 0 243707 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 1000648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.19 1.58 2/464 1826
/proc/meminfo: memFree=11678164/32951124 swapFree=57414376/67111528
[pid=1658] ppid=1656 vsize=1000648 CPUtime=5000 cores=1,3,5,7
/proc/1658/stat : 1658 (qutersat_releas) R 1656 1658 1139 0 -1 4202496 169585 0 0 0 499975 25 0 0 25 0 1 0 852719981 1024663552 163510 33554432000 4194304 6014671 140735616812208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1658/statm: 250162 163510 778 445 0 243707 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 1000648

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

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

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.05
CPU user time (s): 4999.77
CPU system time (s): 0.277957
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1000648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.77
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 10478

runsolver used 21.6147 second user time and 53.7518 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-29 01:21:35
IDJOB=3421299
IDBENCH=84715
IDSOLVER=1868
FILE ID=node111/3421299-1306624895
RUNJOBID= node111-1306614409-1158
PBS_JOBID= 13471624
Free space on /tmp= 73604 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421299-1306624895/watcher-3421299-1306624895 -o /tmp/evaluation-result-3421299-1306624895/solver-3421299-1306624895 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421299-1306624895.cnf 653309455

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=653309455

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      12162440 kB
Buffers:        348628 kB
Cached:       11462100 kB
SwapCached:      19180 kB
Active:       10914084 kB
Inactive:      9582964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12162440 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:     8675904 kB
Mapped:          29536 kB
Slab:           156236 kB
PageTables:      66680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149329772 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= 73604 MiB
End job on node111 at 2011-05-29 02:44:57