Trace number 3384284

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.12 5000.14

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
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.01	c Parse Cnf success: #var: 8750 #clause: 25865
0.00/0.01	c Find Units :          2
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :       8621 AvgFaninNum: 2
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 1 Undef Var: 129
0.00/0.02	c After covering, Total Root: 1 Leaf: 129
0.00/0.02	c Variable( cover/uncovered/unused ): 8750 0 0
0.00/0.02	c Unit Clauses: 2
0.00/0.02	c Binary Clauses( cover/uncovered ): 17242 0
0.00/0.02	c Clauses( cover/uncovered ): 8621 0
0.00/0.02	c Total Clauses( cover/uncovered ): 25865 0 100%
0.00/0.02	c Covered Ands: 8621 Invs: 0 Xors: 0 Ites: 0
0.00/0.02	c Uncover Clauses avg size: nan max size: 0
0.00/0.02	c Final circuit: i/l/o/s     128       0       1      8621
0.00/0.02	c CnfToAig: Time: 0.02 s
0.05/0.08	c TmMap: Set choices finish.
0.05/0.08	c TmMap: Set big and: 2938
0.05/0.08	c TmMap: Origin: 8750 ClauseNum: 25863 --> New: 5806 ClauseNum: 19798
0.05/0.08	c TmMap: Time: 0.01
0.09/0.14	c Simulation --> TransNum: 12648/19798 Try to Add: #clause: 9803 #xorclause: 0
0.09/0.15	c #var: 5804 #clauses: 11582 Solving... 
0.29/0.31	c Abstract SAT
0.29/0.32	c Simulation --> TransNum: 18085/19798 Try to Add: #clause: 4 #xorclause: 0
0.29/0.32	c #var: 5804 #clauses: 2328 Solving... 
0.29/0.33	c Abstract SAT
0.29/0.34	c Simulation --> TransNum: 18099/19798 Try to Add: #clause: 14 #xorclause: 0
0.29/0.34	c #var: 5804 #clauses: 2391 Solving... 
0.39/0.41	c Abstract SAT
0.39/0.41	c Simulation --> TransNum: 19798/19798 Try to Add: #clause: 1699 #xorclause: 0
0.39/0.41	c #var: 5804 #clauses: 3277 Solving... 
5000.08/5000.11	c Time Out !!
5000.08/5000.11	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-3384284-1305540450/watcher-3384284-1305540450 -o /tmp/evaluation-result-3384284-1305540450/solver-3384284-1305540450 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384284-1305540450.cnf 1527559332 

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.04 1.15 0.49 2/370 6574
/proc/meminfo: memFree=20237964/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 2178 0 0 0 0 0 0 0 25 0 1 0 646460354 34189312 2115 33554432000 4194304 6014671 140737445159792 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 8347 2115 378 445 0 1892 0

[startup+0.0606281 s]
/proc/loadavg: 2.04 1.15 0.49 2/370 6574
/proc/meminfo: memFree=20237964/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=41580 CPUtime=0.05 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 4335 0 0 0 5 0 0 0 25 0 1 0 646460354 42577920 4272 33554432000 4194304 6014671 140737445159792 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 10395 4274 668 445 0 3940 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 41580

[startup+0.100616 s]
/proc/loadavg: 2.04 1.15 0.49 2/370 6574
/proc/meminfo: memFree=20237964/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=44652 CPUtime=0.09 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 5217 0 0 0 8 1 0 0 25 0 1 0 646460354 45723648 5154 33554432000 4194304 6014671 140737445159792 18446744073709551615 4244979 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 11163 5154 681 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.300581 s]
/proc/loadavg: 2.04 1.15 0.49 2/370 6574
/proc/meminfo: memFree=20237964/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=54904 CPUtime=0.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 5788 0 0 0 28 1 0 0 25 0 1 0 646460354 56221696 5725 33554432000 4194304 6014671 140737445159792 18446744073709551615 4425458 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 13726 5725 726 445 0 7271 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54904

[startup+0.700508 s]
/proc/loadavg: 2.04 1.15 0.49 2/370 6574
/proc/meminfo: memFree=20237964/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=89368 CPUtime=0.69 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 6620 0 0 0 68 1 0 0 25 0 1 0 646460354 91512832 6557 33554432000 4194304 6014671 140737445159792 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 22342 6557 730 445 0 15887 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89368

[startup+1.50037 s]
/proc/loadavg: 2.04 1.15 0.49 3/371 6575
/proc/meminfo: memFree=20212544/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=89368 CPUtime=1.49 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 7302 0 0 0 148 1 0 0 25 0 1 0 646460354 91512832 7239 33554432000 4194304 6014671 140737445159792 18446744073709551615 4422556 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 22342 7239 730 445 0 15887 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89368

[startup+3.10109 s]
/proc/loadavg: 2.04 1.15 0.49 3/371 6575
/proc/meminfo: memFree=20204236/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=89496 CPUtime=3.09 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 9841 0 0 0 308 1 0 0 25 0 1 0 646460354 91643904 9776 33554432000 4194304 6014671 140737445159792 18446744073709551615 4377883 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 22374 9776 731 445 0 15919 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89496

[startup+6.30052 s]
/proc/loadavg: 2.03 1.16 0.50 3/371 6575
/proc/meminfo: memFree=20170816/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=89496 CPUtime=6.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 12691 0 0 0 628 1 0 0 25 0 1 0 646460354 91643904 12624 33554432000 4194304 6014671 140737445159792 18446744073709551615 4379056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 22374 12624 731 445 0 15919 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89496

[startup+12.7004 s]
/proc/loadavg: 2.03 1.18 0.51 3/371 6575
/proc/meminfo: memFree=20134276/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=108352 CPUtime=12.69 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 15002 0 0 0 1267 2 0 0 25 0 1 0 646460354 110952448 14930 33554432000 4194304 6014671 140737445159792 18446744073709551615 4422830 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 27088 14930 731 445 0 20633 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108352

[startup+25.5011 s]
/proc/loadavg: 2.02 1.22 0.53 3/371 6576
/proc/meminfo: memFree=20091596/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=128940 CPUtime=25.49 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 21066 0 0 0 2546 3 0 0 25 0 1 0 646460354 132034560 20989 33554432000 4194304 6014671 140737445159792 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 32235 20989 743 445 0 25780 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 128940

[startup+51.1006 s]
/proc/loadavg: 2.01 1.28 0.57 3/371 6576
/proc/meminfo: memFree=20079364/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=139388 CPUtime=51.09 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 23153 0 0 0 5106 3 0 0 25 0 1 0 646460354 142733312 23064 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 34847 23064 731 445 0 28392 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139388

[startup+102.314 s]
/proc/loadavg: 2.00 1.39 0.64 3/371 6578
/proc/meminfo: memFree=19839736/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=199152 CPUtime=102.3 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 29376 0 0 0 10226 4 0 0 25 0 1 0 646460354 203931648 29287 33554432000 4194304 6014671 140737445159792 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 49788 29287 731 445 0 43333 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 199152

[startup+162.301 s]
/proc/loadavg: 2.00 1.50 0.72 3/371 6579
/proc/meminfo: memFree=19638236/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=199152 CPUtime=162.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 38565 0 0 0 16223 5 0 0 25 0 1 0 646460354 203931648 38476 33554432000 4194304 6014671 140737445159792 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 49788 38476 731 445 0 43333 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 199152

[startup+222.3 s]
/proc/loadavg: 2.00 1.58 0.80 3/371 6581
/proc/meminfo: memFree=19386224/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=301976 CPUtime=222.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 52693 0 0 0 22221 8 0 0 25 0 1 0 646460354 309223424 52548 33554432000 4194304 6014671 140737445159792 18446744073709551615 4376616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 75494 52548 731 445 0 69039 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 301976

[startup+282.301 s]
/proc/loadavg: 2.11 1.69 0.88 3/371 6583
/proc/meminfo: memFree=19131112/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=357276 CPUtime=282.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 62226 0 0 0 28219 10 0 0 25 0 1 0 646460354 365850624 61943 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 89319 61943 731 445 0 82864 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 357276

[startup+342.3 s]
/proc/loadavg: 2.09 1.76 0.95 3/371 6584
/proc/meminfo: memFree=19089788/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=357276 CPUtime=342.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 65885 0 0 0 34219 10 0 0 25 0 1 0 646460354 365850624 65473 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 89319 65473 731 445 0 82864 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 357276

[startup+402.301 s]
/proc/loadavg: 2.03 1.80 1.02 3/371 6586
/proc/meminfo: memFree=19094088/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=530384 CPUtime=402.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 70013 0 0 0 40218 11 0 0 25 0 1 0 646460354 543113216 60478 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 132596 60478 731 445 0 126141 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 530384

[startup+462.301 s]
/proc/loadavg: 2.09 1.85 1.08 3/371 6587
/proc/meminfo: memFree=18837864/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=590104 CPUtime=462.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 79723 0 0 0 46216 13 0 0 25 0 1 0 646460354 604266496 70188 33554432000 4194304 6014671 140737445159792 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 147526 70188 731 445 0 141071 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 590104

[startup+522.3 s]
/proc/loadavg: 2.03 1.87 1.14 3/371 6589
/proc/meminfo: memFree=18815512/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=590104 CPUtime=522.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 84025 0 0 0 52215 13 0 0 25 0 1 0 646460354 604266496 74490 33554432000 4194304 6014671 140737445159792 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 147526 74490 731 445 0 141071 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 590104

[startup+582.301 s]
/proc/loadavg: 2.01 1.89 1.19 3/371 6591
/proc/meminfo: memFree=18802096/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=650632 CPUtime=582.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 85237 0 0 0 58215 13 0 0 25 0 1 0 646460354 666247168 75702 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6574/statm: 162658 75702 731 445 0 156203 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 650632

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 1.97 3/371 6938
/proc/meminfo: memFree=15848252/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4062.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 192900 0 0 0 406201 28 0 0 25 0 1 0 646460354 925577216 182001 33554432000 4194304 6014671 140737445159792 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 182001 731 445 0 219516 0
Current children cumulated CPU time (s) 4062.29
Current children cumulated vsize (KiB) 903884

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/371 6940
/proc/meminfo: memFree=15420556/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4122.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 192911 0 0 0 412200 28 0 0 25 0 1 0 646460354 925577216 182012 33554432000 4194304 6014671 140737445159792 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 182012 731 445 0 219516 0
Current children cumulated CPU time (s) 4122.28
Current children cumulated vsize (KiB) 903884

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/371 6942
/proc/meminfo: memFree=15343044/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4182.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 192913 0 0 0 418200 28 0 0 25 0 1 0 646460354 925577216 176441 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 176441 731 445 0 219516 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 903884

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/371 6943
/proc/meminfo: memFree=15297644/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4242.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 192967 0 0 0 424200 28 0 0 25 0 1 0 646460354 925577216 176495 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 176495 731 445 0 219516 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 903884

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/371 6945
/proc/meminfo: memFree=15283608/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4302.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 192968 0 0 0 430200 28 0 0 25 0 1 0 646460354 925577216 176496 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 176496 731 445 0 219516 0
Current children cumulated CPU time (s) 4302.28
Current children cumulated vsize (KiB) 903884

[startup+4362.3 s]
/proc/loadavg: 2.05 2.01 1.97 3/371 6946
/proc/meminfo: memFree=15177196/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4362.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 192968 0 0 0 436200 28 0 0 25 0 1 0 646460354 925577216 176496 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 176496 731 445 0 219516 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 903884

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/371 6948
/proc/meminfo: memFree=14745288/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4422.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196244 0 0 0 442200 29 0 0 25 0 1 0 646460354 925577216 179772 33554432000 4194304 6014671 140737445159792 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 179772 731 445 0 219516 0
Current children cumulated CPU time (s) 4422.29
Current children cumulated vsize (KiB) 903884

[startup+4482.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/371 6949
/proc/meminfo: memFree=14668760/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4482.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196244 0 0 0 448200 29 0 0 25 0 1 0 646460354 925577216 179772 33554432000 4194304 6014671 140737445159792 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 179772 731 445 0 219516 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 903884

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/371 6951
/proc/meminfo: memFree=14644808/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4542.29 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196244 0 0 0 454200 29 0 0 25 0 1 0 646460354 925577216 179772 33554432000 4194304 6014671 140737445159792 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 179772 731 445 0 219516 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 903884

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/371 6953
/proc/meminfo: memFree=14561836/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4602.31 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196244 0 0 0 460202 29 0 0 25 0 1 0 646460354 925577216 179772 33554432000 4194304 6014671 140737445159792 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6574/statm: 225971 179772 731 445 0 219516 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 903884

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/371 6957
/proc/meminfo: memFree=14551268/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4662.26 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196244 0 0 0 466197 29 0 0 25 0 1 0 646460354 925577216 179772 33554432000 4194304 6014671 140737445159792 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 179772 731 445 0 219516 0
Current children cumulated CPU time (s) 4662.26
Current children cumulated vsize (KiB) 903884

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/371 6959
/proc/meminfo: memFree=14551188/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4722.28 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196244 0 0 0 472199 29 0 0 25 0 1 0 646460354 925577216 179772 33554432000 4194304 6014671 140737445159792 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 179772 731 445 0 219516 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 903884

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/371 6961
/proc/meminfo: memFree=14477644/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4782.27 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196638 0 0 0 478198 29 0 0 25 0 1 0 646460354 925577216 180166 33554432000 4194304 6014671 140737445159792 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 180166 731 445 0 219516 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 903884

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/371 6962
/proc/meminfo: memFree=14098308/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4842.27 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196638 0 0 0 484198 29 0 0 25 0 1 0 646460354 925577216 180166 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 180166 731 445 0 219516 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 903884

[startup+4902.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/371 6964
/proc/meminfo: memFree=14019808/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4902.27 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196638 0 0 0 490198 29 0 0 25 0 1 0 646460354 925577216 180166 33554432000 4194304 6014671 140737445159792 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 180166 731 445 0 219516 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 903884

[startup+4962.3 s]
/proc/loadavg: 2.09 2.03 1.99 3/371 6965
/proc/meminfo: memFree=13954080/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=4962.27 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196638 0 0 0 496198 29 0 0 25 0 1 0 646460354 925577216 180166 33554432000 4194304 6014671 140737445159792 18446744073709551615 4534025 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 180166 731 445 0 219516 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 903884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.12 2.04 1.99 3/371 6966
/proc/meminfo: memFree=13954320/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=5000.08 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196638 0 0 0 499979 29 0 0 25 0 1 0 646460354 925577216 180166 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 180166 731 445 0 219516 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 903884

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

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

[startup+5000.1 s]
/proc/loadavg: 2.12 2.04 1.99 3/371 6966
/proc/meminfo: memFree=13954320/32951124 swapFree=67057896/67111528
[pid=6574] ppid=6572 vsize=903884 CPUtime=5000.08 cores=1,3,5,7
/proc/6574/stat : 6574 (qutersat_releas) R 6572 6574 6475 0 -1 4202496 196638 0 0 0 499979 29 0 0 25 0 1 0 646460354 925577216 180166 33554432000 4194304 6014671 140737445159792 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6574/statm: 225971 180166 731 445 0 219516 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 903884

Child status: 1
Real time (s): 5000.14
CPU time (s): 5000.12
CPU user time (s): 4999.8
CPU system time (s): 0.317951
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 903884

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

runsolver used 16.5005 second user time and 42.7205 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-16 12:07:30
IDJOB=3384284
IDBENCH=70810
IDSOLVER=1868
FILE ID=node140/3384284-1305540450
RUNJOBID= node140-1305540196-6494
PBS_JOBID= 13329213
Free space on /tmp= 73312 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384284-1305540450/watcher-3384284-1305540450 -o /tmp/evaluation-result-3384284-1305540450/solver-3384284-1305540450 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384284-1305540450.cnf 1527559332

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=1527559332

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      20238244 kB
Buffers:        327424 kB
Cached:        4916976 kB
SwapCached:       8088 kB
Active:        8976992 kB
Inactive:      3402656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20238244 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           88028 kB
Writeback:           0 kB
AnonPages:     7131764 kB
Mapped:          31760 kB
Slab:           226740 kB
PageTables:      40516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 94222832 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= 73344 MiB
End job on node140 at 2011-05-16 13:30:52