Trace number 3377138

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.10	c Set FPU double precision.
0.10/0.15	c Parse Cnf success: #var: 75103 #clause: 225116
0.10/0.15	c Find Units :          2
0.10/0.16	c Find Invs  :          0
0.10/0.19	c Find Ands  :      75038 AvgFaninNum: 2
0.19/0.20	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.21	c Find Ite   :          0
0.19/0.25	c UnDirect variable: 0
0.19/0.25	c UnDirect to Direct Gate: 0
0.19/0.25	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.26	c Break Cycle : 0
0.19/0.26	c Total Root : 1 Undef Var: 65
0.29/0.31	c After covering, Total Root: 1 Leaf: 65
0.29/0.31	c Variable( cover/uncovered/unused ): 75103 0 0
0.29/0.31	c Unit Clauses: 2
0.29/0.31	c Binary Clauses( cover/uncovered ): 150076 0
0.29/0.31	c Clauses( cover/uncovered ): 75038 0
0.29/0.31	c Total Clauses( cover/uncovered ): 225116 0 100%
0.29/0.31	c Covered Ands: 75038 Invs: 0 Xors: 0 Ites: 0
0.29/0.32	c Uncover Clauses avg size: nan max size: 0
0.29/0.32	c Final circuit: i/l/o/s      64       0       1     75038
0.29/0.32	c CnfToAig: Time: 0.31 s
0.59/0.66	c TmMap: Set choices finish.
0.69/0.70	c TmMap: Set big and: 18077
0.69/0.70	c TmMap: Origin: 75103 ClauseNum: 225114 --> New: 36287 ClauseNum: 154651
0.69/0.70	c TmMap: Time: 0.06
1.10/1.13	c Simulation --> TransNum: 85324/154651 Try to Add: #clause: 65946 #xorclause: 0
1.10/1.18	c #var: 36285 #clauses: 95722 Solving... 
4.89/4.91	c Abstract SAT
4.89/4.98	c Simulation --> TransNum: 140446/154651 Try to Add: #clause: 5016 #xorclause: 0
4.89/4.98	c #var: 36285 #clauses: 57778 Solving... 
4.99/5.02	c Abstract SAT
4.99/5.09	c Simulation --> TransNum: 140447/154651 Try to Add: #clause: 1 #xorclause: 0
4.99/5.09	c #var: 36285 #clauses: 57779 Solving... 
5.09/5.13	c Abstract SAT
5.09/5.13	c Simulation --> TransNum: 154651/154651 Try to Add: #clause: 14204 #xorclause: 0
5.09/5.14	c #var: 36285 #clauses: 78093 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/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-3377138-1305467723/watcher-3377138-1305467723 -o /tmp/evaluation-result-3377138-1305467723/solver-3377138-1305467723 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377138-1305467723.cnf 306983992 

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: 2.70 5.48 7.70 7/335 26283
/proc/meminfo: memFree=11944400/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=35152 CPUtime=0 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 2569 0 0 0 0 0 0 0 20 0 1 0 658372015 35995648 2506 33554432000 4194304 6014671 140734933092992 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 8788 2506 378 445 0 2333 0

[startup+0.0220961 s]
/proc/loadavg: 2.70 5.48 7.70 7/335 26283
/proc/meminfo: memFree=11944400/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=39248 CPUtime=0.01 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 3355 0 0 0 1 0 0 0 20 0 1 0 658372015 40189952 3292 33554432000 4194304 6014671 140734933092992 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 9812 3292 378 445 0 3357 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 39248

[startup+0.101078 s]
/proc/loadavg: 2.70 5.48 7.70 7/335 26283
/proc/meminfo: memFree=11944400/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=54096 CPUtime=0.1 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 7184 0 0 0 9 1 0 0 21 0 1 0 658372015 55394304 7121 33554432000 4194304 6014671 140734933092992 18446744073709551615 4305098 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 13524 7121 378 445 0 7069 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 54096

[startup+0.30099 s]
/proc/loadavg: 2.70 5.48 7.70 7/335 26283
/proc/meminfo: memFree=11944400/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=63440 CPUtime=0.29 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 9570 0 0 0 28 1 0 0 21 0 1 0 658372015 64962560 9507 33554432000 4194304 6014671 140734933092992 18446744073709551615 4274290 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 15860 9507 398 445 0 9405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63440

[startup+0.700915 s]
/proc/loadavg: 2.70 5.48 7.70 7/335 26283
/proc/meminfo: memFree=11944400/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=97332 CPUtime=0.69 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 18156 0 0 0 67 2 0 0 22 0 1 0 658372015 99667968 18094 33554432000 4194304 6014671 140734933092992 18446744073709551615 4256084 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 24333 18103 670 445 0 17878 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97332

[startup+1.50076 s]
/proc/loadavg: 2.70 5.48 7.70 8/342 26295
/proc/meminfo: memFree=11754732/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=105536 CPUtime=1.49 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 18818 0 0 0 147 2 0 0 25 0 1 0 658372015 108068864 18755 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423545 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 26384 18755 696 445 0 19929 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105536

[startup+3.10046 s]
/proc/loadavg: 2.70 5.48 7.70 8/342 26296
/proc/meminfo: memFree=11729808/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=162880 CPUtime=3.09 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 30762 0 0 0 306 3 0 0 25 0 1 0 658372015 166789120 30699 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 40720 30699 701 445 0 34265 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162880

[startup+6.30085 s]
/proc/loadavg: 2.97 5.49 7.69 8/342 26296
/proc/meminfo: memFree=11596040/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=236220 CPUtime=6.29 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 44858 0 0 0 624 5 0 0 25 0 1 0 658372015 241889280 44793 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423381 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 59055 44793 729 445 0 52600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 236220

[startup+12.7006 s]
/proc/loadavg: 3.21 5.50 7.68 8/342 26296
/proc/meminfo: memFree=11553308/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=247120 CPUtime=12.69 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 49911 0 0 0 1264 5 0 0 25 0 1 0 658372015 253050880 49832 33554432000 4194304 6014671 140734933092992 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 61780 49832 736 445 0 55325 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 247120

[startup+25.5002 s]
/proc/loadavg: 3.83 5.52 7.65 8/342 26296
/proc/meminfo: memFree=11467060/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=268996 CPUtime=25.5 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 52176 0 0 0 2544 6 0 0 25 0 1 0 658372015 275451904 52092 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 67249 52092 731 445 0 60794 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 268996

[startup+51.1003 s]
/proc/loadavg: 4.73 5.59 7.62 8/342 26297
/proc/meminfo: memFree=11386392/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=303060 CPUtime=51.09 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 60085 0 0 0 5102 7 0 0 25 0 1 0 658372015 310333440 59983 33554432000 4194304 6014671 140734933092992 18446744073709551615 4425072 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 75765 59983 732 445 0 69310 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 303060

[startup+102.312 s]
/proc/loadavg: 5.50 5.67 7.54 8/342 26298
/proc/meminfo: memFree=11247352/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=329024 CPUtime=102.31 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 67207 0 0 0 10222 9 0 0 25 0 1 0 658372015 336920576 67101 33554432000 4194304 6014671 140734933092992 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 82256 67101 731 445 0 75801 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 329024

[startup+162.3 s]
/proc/loadavg: 5.95 5.77 7.45 8/342 26300
/proc/meminfo: memFree=11129896/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=342904 CPUtime=162.29 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 70985 0 0 0 16219 10 0 0 25 0 1 0 658372015 351133696 70868 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 85726 70868 733 445 0 79271 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 342904

[startup+222.301 s]
/proc/loadavg: 6.08 5.84 7.37 8/342 26301
/proc/meminfo: memFree=11040840/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=375192 CPUtime=222.3 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 78472 0 0 0 22217 13 0 0 25 0 1 0 658372015 384196608 78310 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 93798 78310 731 445 0 87343 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 375192

[startup+282.3 s]
/proc/loadavg: 6.12 5.90 7.29 8/342 26303
/proc/meminfo: memFree=10987004/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=441972 CPUtime=282.3 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 84574 0 0 0 28216 14 0 0 25 0 1 0 658372015 452579328 81221 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 110493 81221 731 445 0 104038 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 441972

[startup+342.301 s]
/proc/loadavg: 6.09 5.93 7.21 8/342 26314
/proc/meminfo: memFree=10823800/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=441972 CPUtime=342.3 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 96726 0 0 0 34214 16 0 0 25 0 1 0 658372015 452579328 93373 33554432000 4194304 6014671 140734933092992 18446744073709551615 4422830 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 110493 93373 731 445 0 104038 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 441972

[startup+402.3 s]
/proc/loadavg: 6.10 5.95 7.14 8/342 26315
/proc/meminfo: memFree=10738188/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=441972 CPUtime=402.3 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 102012 0 0 0 40213 17 0 0 25 0 1 0 658372015 452579328 98659 33554432000 4194304 6014671 140734933092992 18446744073709551615 4377896 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 110493 98659 731 445 0 104038 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 441972

[startup+462.301 s]
/proc/loadavg: 6.08 5.97 7.07 8/342 26317
/proc/meminfo: memFree=10711252/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=521252 CPUtime=462.31 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 102203 0 0 0 46213 18 0 0 25 0 1 0 658372015 533762048 98850 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 130313 98850 731 445 0 123858 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 521252

[startup+522.301 s]
/proc/loadavg: 6.03 5.97 7.00 8/342 26320
/proc/meminfo: memFree=10643264/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=521252 CPUtime=522.31 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 102204 0 0 0 52213 18 0 0 25 0 1 0 658372015 533762048 98851 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 130313 98851 731 445 0 123858 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 521252

[startup+582.3 s]
/proc/loadavg: 6.08 6.00 6.95 8/342 26323
/proc/meminfo: memFree=10629336/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=521252 CPUtime=582.31 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 102627 0 0 0 58213 18 0 0 25 0 1 0 658372015 533762048 99274 33554432000 4194304 6014671 140734933092992 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 130313 99274 731 445 0 123858 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 521252

[startup+642.301 s]
/proc/loadavg: 6.30 6.07 6.91 8/342 26325
/proc/meminfo: memFree=10599800/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=613056 CPUtime=642.33 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 105391 0 0 0 64214 19 0 0 25 0 1 0 658372015 627769344 101888 33554432000 4194304 6014671 140734933092992 18446744073709551615 4382051 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 153264 101888 738 445 0 146809 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 613056

[startup+702.3 s]
/proc/loadavg: 6.26 6.09 6.86 8/342 26326
/proc/meminfo: memFree=10570520/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=705092 CPUtime=702.32 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 111386 0 0 0 70211 21 0 0 25 0 1 0 658372015 722014208 107883 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 176273 107883 738 445 0 169818 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 705092

[startup+762.312 s]
/proc/loadavg: 6.16 6.09 6.81 8/342 26328
/proc/meminfo: memFree=10433220/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798424 CPUtime=762.34 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 123080 0 0 0 76210 24 0 0 25 0 1 0 658372015 817586176 119577 33554432000 4194304 6014671 140734933092992 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199606 119577 738 445 0 193151 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 798424

[startup+822.3 s]
/proc/loadavg: 6.12 6.08 6.76 8/342 26329
/proc/meminfo: memFree=10397112/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798424 CPUtime=822.32 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 124993 0 0 0 82208 24 0 0 25 0 1 0 658372015 817586176 121490 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199606 121490 738 445 0 193151 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 798424

[startup+882.301 s]
/proc/loadavg: 6.11 6.08 6.72 8/342 26331
/proc/meminfo: memFree=10357676/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=882.32 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 125042 0 0 0 88208 24 0 0 25 0 1 0 658372015 817717248 121539 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 121539 738 445 0 193183 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 798552

[startup+942.3 s]
/proc/loadavg: 6.12 6.10 6.68 8/342 26333
/proc/meminfo: memFree=10308548/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=942.33 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 126196 0 0 0 94208 25 0 0 25 0 1 0 658372015 817717248 122691 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 122691 736 445 0 193183 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 798552

[startup+1002.3 s]
/proc/loadavg: 6.10 6.09 6.64 8/342 26334
/proc/meminfo: memFree=10296124/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=1002.33 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 127298 0 0 0 100207 26 0 0 25 0 1 0 658372015 817717248 123793 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 123793 736 445 0 193183 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 798552

[startup+1062.3 s]
/proc/loadavg: 6.04 6.07 6.60 8/342 26336
/proc/meminfo: memFree=10240428/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=1062.34 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 127316 0 0 0 106208 26 0 0 25 0 1 0 658372015 817717248 123811 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 123811 736 445 0 193183 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 798552

[startup+1122.3 s]
/proc/loadavg: 6.18 6.10 6.57 8/342 26337
/proc/meminfo: memFree=10141076/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=1122.34 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 127330 0 0 0 112208 26 0 0 25 0 1 0 658372015 817717248 123825 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 123825 736 445 0 193183 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 798552

[startup+1182.3 s]
/proc/loadavg: 6.15 6.11 6.54 8/342 26339
/proc/meminfo: memFree=10085500/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=1182.34 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 127364 0 0 0 118208 26 0 0 25 0 1 0 658372015 817717248 123859 33554432000 4194304 6014671 140734933092992 18446744073709551615 4423023 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 123859 736 445 0 193183 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 798552

[startup+1242.3 s]
/proc/loadavg: 6.14 6.12 6.52 8/342 26341
/proc/meminfo: memFree=10064396/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=1242.34 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 127394 0 0 0 124208 26 0 0 25 0 1 0 658372015 817717248 123889 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 123889 736 445 0 193183 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 798552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.12 6.12 6.49 7/340 26343
/proc/meminfo: memFree=10240224/32950928 swapFree=67083212/67111528
[pid=26283] ppid=26281 vsize=798552 CPUtime=1300.05 cores=0,2
/proc/26283/stat : 26283 (qutersat_releas) R 26281 26283 26234 0 -1 4202496 127528 0 0 0 129979 26 0 0 25 0 1 0 658372015 817717248 124018 33554432000 4194304 6014671 140734933092992 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26283/statm: 199638 124018 731 445 0 193183 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 798552

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.08
CPU user time (s): 1299.8
CPU system time (s): 0.286956
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 798552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127532
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3733

runsolver used 3.86541 second user time and 9.14761 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 15:55:23
IDJOB=3377138
IDBENCH=70781
IDSOLVER=1856
FILE ID=node127/3377138-1305467723
RUNJOBID= node127-1305467722-26252
PBS_JOBID= 13325301
Free space on /tmp= 73488 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377138-1305467723/watcher-3377138-1305467723 -o /tmp/evaluation-result-3377138-1305467723/solver-3377138-1305467723 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377138-1305467723.cnf 306983992

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=306983992

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.823
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.823
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.75
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.823
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.60
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.823
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:     32950928 kB
MemFree:      11945044 kB
Buffers:        318744 kB
Cached:        4112736 kB
SwapCached:       1620 kB
Active:       17782028 kB
Inactive:      2877296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11945044 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           11152 kB
Writeback:           0 kB
AnonPages:    16225008 kB
Mapped:          30504 kB
Slab:           229156 kB
PageTables:      51024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59731300 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= 73480 MiB
End job on node127 at 2011-05-15 16:17:06