Trace number 3384277

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.07 4999.83

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
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: 8527 #clause: 25484
0.00/0.01	c Find Units :          2
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :       8494 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: 33
0.00/0.02	c After covering, Total Root: 1 Leaf: 33
0.00/0.02	c Variable( cover/uncovered/unused ): 8527 0 0
0.00/0.02	c Unit Clauses: 2
0.00/0.02	c Binary Clauses( cover/uncovered ): 16988 0
0.00/0.02	c Clauses( cover/uncovered ): 8494 0
0.00/0.02	c Total Clauses( cover/uncovered ): 25484 0 100%
0.00/0.02	c Covered Ands: 8494 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      32       0       1      8494
0.00/0.02	c CnfToAig: Time: 0.02 s
0.00/0.07	c TmMap: Set choices finish.
0.00/0.08	c TmMap: Set big and: 3254
0.00/0.08	c TmMap: Origin: 8527 ClauseNum: 25482 --> New: 5827 ClauseNum: 19960
0.00/0.08	c TmMap: Time: 0.01
0.10/0.13	c Simulation --> TransNum: 18055/19960 Try to Add: #clause: 14817 #xorclause: 0
0.10/0.14	c #var: 5825 #clauses: 12763 Solving... 
0.19/0.22	c Abstract SAT
0.19/0.22	c Simulation --> TransNum: 19536/19960 Try to Add: #clause: 27 #xorclause: 0
0.19/0.22	c #var: 5825 #clauses: 5629 Solving... 
0.49/0.59	c Abstract SAT
0.59/0.60	c Simulation --> TransNum: 19537/19960 Try to Add: #clause: 1 #xorclause: 0
0.59/0.60	c #var: 5825 #clauses: 5725 Solving... 
15.40/15.43	c Abstract SAT
15.40/15.43	c Simulation --> TransNum: 19960/19960 Try to Add: #clause: 423 #xorclause: 0
15.40/15.43	c #var: 5825 #clauses: 5898 Solving... 
5000.04/4999.81	c Time Out !!
5000.04/4999.81	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-3384277-1305540240/watcher-3384277-1305540240 -o /tmp/evaluation-result-3384277-1305540240/solver-3384277-1305540240 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384277-1305540240.cnf 547252564 

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: 0.97 0.25 0.18 4/423 7837
/proc/meminfo: memFree=15065072/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 2097 0 0 0 0 0 0 0 24 0 1 0 665620732 34189312 2033 33554432000 4194304 6014671 140734048371360 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 8347 2033 378 445 0 1892 0

[startup+0.11121 s]
/proc/loadavg: 0.97 0.25 0.18 4/423 7837
/proc/meminfo: memFree=15065072/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=44652 CPUtime=0.1 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 5091 0 0 0 10 0 0 0 25 0 1 0 665620732 45723648 5027 33554432000 4194304 6014671 140734048371360 18446744073709551615 4243332 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 11163 5027 681 445 0 4708 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 44652

[startup+0.201184 s]
/proc/loadavg: 0.97 0.25 0.18 4/423 7837
/proc/meminfo: memFree=15065072/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=52856 CPUtime=0.19 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 5427 0 0 0 19 0 0 0 25 0 1 0 665620732 54124544 5363 33554432000 4194304 6014671 140734048371360 18446744073709551615 4629658 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 13214 5363 715 445 0 6759 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 52856

[startup+0.301166 s]
/proc/loadavg: 0.97 0.25 0.18 4/423 7837
/proc/meminfo: memFree=15065072/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=55928 CPUtime=0.29 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 6061 0 0 0 29 0 0 0 25 0 1 0 665620732 57270272 5997 33554432000 4194304 6014671 140734048371360 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 13982 5997 729 445 0 7527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55928

[startup+0.701091 s]
/proc/loadavg: 0.97 0.25 0.18 4/423 7837
/proc/meminfo: memFree=15065072/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=64132 CPUtime=0.69 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 6223 0 0 0 69 0 0 0 25 0 1 0 665620732 65671168 6157 33554432000 4194304 6014671 140734048371360 18446744073709551615 4621394 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 16033 6157 731 445 0 9578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64132

[startup+1.50092 s]
/proc/loadavg: 0.97 0.25 0.18 3/424 7838
/proc/meminfo: memFree=15041756/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=64132 CPUtime=1.49 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 6226 0 0 0 149 0 0 0 25 0 1 0 665620732 65671168 6160 33554432000 4194304 6014671 140734048371360 18446744073709551615 4379424 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 16033 6160 732 445 0 9578 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64132

[startup+3.10061 s]
/proc/loadavg: 0.97 0.25 0.18 3/424 7838
/proc/meminfo: memFree=15039656/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=72744 CPUtime=3.09 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 6457 0 0 0 309 0 0 0 25 0 1 0 665620732 74489856 6391 33554432000 4194304 6014671 140734048371360 18446744073709551615 4379544 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 18186 6391 732 445 0 11731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72744

[startup+6.30096 s]
/proc/loadavg: 1.06 0.28 0.19 3/424 7838
/proc/meminfo: memFree=15037516/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=81612 CPUtime=6.3 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 6793 0 0 0 629 1 0 0 25 0 1 0 665620732 83570688 6727 33554432000 4194304 6014671 140734048371360 18446744073709551615 4378619 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 20403 6727 732 445 0 13948 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 81612

[startup+12.7007 s]
/proc/loadavg: 1.13 0.31 0.20 3/424 7838
/proc/meminfo: memFree=15027352/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=90688 CPUtime=12.7 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 7092 0 0 0 1269 1 0 0 25 0 1 0 665620732 92864512 7026 33554432000 4194304 6014671 140734048371360 18446744073709551615 4422584 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 22672 7026 732 445 0 16217 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 90688

[startup+25.5011 s]
/proc/loadavg: 1.32 0.39 0.22 3/424 7838
/proc/meminfo: memFree=15011980/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=99844 CPUtime=25.5 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 8785 0 0 0 2549 1 0 0 25 0 1 0 665620732 102240256 8719 33554432000 4194304 6014671 140734048371360 18446744073709551615 4425744 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 24961 8719 732 445 0 18506 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 99844

[startup+51.101 s]
/proc/loadavg: 1.55 0.52 0.27 3/424 7842
/proc/meminfo: memFree=14976668/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=109604 CPUtime=51.09 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 11974 0 0 0 5108 1 0 0 25 0 1 0 665620732 112234496 11908 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 27401 11908 732 445 0 20946 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109604

[startup+102.301 s]
/proc/loadavg: 1.80 0.74 0.36 3/424 7843
/proc/meminfo: memFree=14947348/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=109604 CPUtime=102.3 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 16670 0 0 0 10228 2 0 0 25 0 1 0 665620732 112234496 16591 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 27401 16591 732 445 0 20946 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109604

[startup+162.301 s]
/proc/loadavg: 1.93 0.97 0.46 3/424 7845
/proc/meminfo: memFree=14919408/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=109604 CPUtime=162.3 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 19459 0 0 0 16228 2 0 0 25 0 1 0 665620732 112234496 19374 33554432000 4194304 6014671 140734048371360 18446744073709551615 4425677 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 27401 19374 735 445 0 20946 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109604

[startup+222.316 s]
/proc/loadavg: 2.12 1.19 0.56 3/424 7847
/proc/meminfo: memFree=14915504/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=120684 CPUtime=222.31 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 20798 0 0 0 22229 2 0 0 25 0 1 0 665620732 123580416 20710 33554432000 4194304 6014671 140734048371360 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 30171 20710 732 445 0 23716 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 120684

[startup+282.301 s]
/proc/loadavg: 2.11 1.35 0.66 3/424 7848
/proc/meminfo: memFree=14880980/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=131876 CPUtime=282.3 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 23652 0 0 0 28227 3 0 0 25 0 1 0 665620732 135041024 23564 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 32969 23564 732 445 0 26514 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 131876

[startup+342.301 s]
/proc/loadavg: 2.07 1.48 0.74 3/424 7850
/proc/meminfo: memFree=14854748/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=155084 CPUtime=342.3 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 25853 0 0 0 34227 3 0 0 25 0 1 0 665620732 158806016 25765 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 38771 25765 732 445 0 32316 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155084

[startup+402.301 s]
/proc/loadavg: 2.02 1.57 0.82 3/424 7851
/proc/meminfo: memFree=14865356/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=155084 CPUtime=402.31 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 26661 0 0 0 40228 3 0 0 25 0 1 0 665620732 158806016 26573 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 38771 26573 732 445 0 32316 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 155084

[startup+462.301 s]
/proc/loadavg: 2.01 1.65 0.89 3/424 7853
/proc/meminfo: memFree=14836412/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=155084 CPUtime=462.32 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 28947 0 0 0 46228 4 0 0 25 0 1 0 665620732 158806016 28859 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 38771 28859 732 445 0 32316 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 155084

[startup+522.301 s]
/proc/loadavg: 2.00 1.71 0.95 3/424 7855
/proc/meminfo: memFree=14832636/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=155084 CPUtime=522.32 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 29736 0 0 0 52228 4 0 0 25 0 1 0 665620732 158806016 29648 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 38771 29648 732 445 0 32316 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 155084

[startup+582.301 s]
/proc/loadavg: 2.00 1.76 1.02 3/424 7856
/proc/meminfo: memFree=14812372/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=204276 CPUtime=582.32 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 34008 0 0 0 58228 4 0 0 25 0 1 0 665620732 209178624 33920 33554432000 4194304 6014671 140734048371360 18446744073709551615 4425494 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 51069 33920 732 445 0 44614 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 204276

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/424 7961
/proc/meminfo: memFree=14149656/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=555836 CPUtime=4062.5 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 87970 0 0 0 406236 14 0 0 25 0 1 0 665620732 569176064 84163 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 138959 84163 732 445 0 132504 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 555836

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/424 7963
/proc/meminfo: memFree=14093804/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=555836 CPUtime=4122.49 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 89969 0 0 0 412235 14 0 0 25 0 1 0 665620732 569176064 86162 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 138959 86162 732 445 0 132504 0
Current children cumulated CPU time (s) 4122.49
Current children cumulated vsize (KiB) 555836

[startup+4182.32 s]
/proc/loadavg: 2.00 2.01 1.97 3/424 7964
/proc/meminfo: memFree=14089292/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4182.51 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 89969 0 0 0 418237 14 0 0 25 0 1 0 665620732 635506688 86162 33554432000 4194304 6014671 140734048371360 18446744073709551615 4422936 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86162 732 445 0 148698 0
Current children cumulated CPU time (s) 4182.51
Current children cumulated vsize (KiB) 620612

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/424 7966
/proc/meminfo: memFree=14041492/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4242.5 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 89969 0 0 0 424236 14 0 0 25 0 1 0 665620732 635506688 86162 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86162 732 445 0 148698 0
Current children cumulated CPU time (s) 4242.5
Current children cumulated vsize (KiB) 620612

[startup+4302.3 s]
/proc/loadavg: 2.14 2.04 1.98 3/424 7967
/proc/meminfo: memFree=14029644/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4302.5 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 89969 0 0 0 430236 14 0 0 25 0 1 0 665620732 635506688 86162 33554432000 4194304 6014671 140734048371360 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86162 732 445 0 148698 0
Current children cumulated CPU time (s) 4302.5
Current children cumulated vsize (KiB) 620612

[startup+4362.3 s]
/proc/loadavg: 2.10 2.05 1.99 3/424 7969
/proc/meminfo: memFree=14028484/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4362.5 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90285 0 0 0 436236 14 0 0 25 0 1 0 665620732 635506688 86478 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86478 732 445 0 148698 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 620612

[startup+4422.3 s]
/proc/loadavg: 2.03 2.04 1.99 3/424 7971
/proc/meminfo: memFree=14027304/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4422.5 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90396 0 0 0 442236 14 0 0 25 0 1 0 665620732 635506688 86589 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86589 732 445 0 148698 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 620612

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/424 7972
/proc/meminfo: memFree=14026024/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4482.51 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90661 0 0 0 448237 14 0 0 25 0 1 0 665620732 635506688 86854 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86854 732 445 0 148698 0
Current children cumulated CPU time (s) 4482.51
Current children cumulated vsize (KiB) 620612

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/424 7974
/proc/meminfo: memFree=14020748/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4542.51 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90661 0 0 0 454237 14 0 0 25 0 1 0 665620732 635506688 86854 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424954 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86854 732 445 0 148698 0
Current children cumulated CPU time (s) 4542.51
Current children cumulated vsize (KiB) 620612

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/424 7975
/proc/meminfo: memFree=14019812/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4602.51 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90661 0 0 0 460237 14 0 0 25 0 1 0 665620732 635506688 86854 33554432000 4194304 6014671 140734048371360 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86854 732 445 0 148698 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 620612

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/424 7977
/proc/meminfo: memFree=14018892/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4662.52 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90661 0 0 0 466238 14 0 0 25 0 1 0 665620732 635506688 86854 33554432000 4194304 6014671 140734048371360 18446744073709551615 4422798 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86854 732 445 0 148698 0
Current children cumulated CPU time (s) 4662.52
Current children cumulated vsize (KiB) 620612

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/424 7979
/proc/meminfo: memFree=14019828/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4722.53 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90661 0 0 0 472239 14 0 0 25 0 1 0 665620732 635506688 86854 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86854 732 445 0 148698 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 620612

[startup+4782.3 s]
/proc/loadavg: 2.22 2.05 2.00 3/424 7980
/proc/meminfo: memFree=14020160/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4782.52 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90675 0 0 0 478238 14 0 0 25 0 1 0 665620732 635506688 86868 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86868 732 445 0 148698 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 620612

[startup+4842.32 s]
/proc/loadavg: 2.08 2.04 2.00 3/424 7982
/proc/meminfo: memFree=14019984/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4842.54 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90675 0 0 0 484240 14 0 0 25 0 1 0 665620732 635506688 86868 33554432000 4194304 6014671 140734048371360 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86868 732 445 0 148698 0
Current children cumulated CPU time (s) 4842.54
Current children cumulated vsize (KiB) 620612

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/424 7983
/proc/meminfo: memFree=14020196/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4902.53 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90675 0 0 0 490239 14 0 0 25 0 1 0 665620732 635506688 86868 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423087 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86868 732 445 0 148698 0
Current children cumulated CPU time (s) 4902.53
Current children cumulated vsize (KiB) 620612

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 2.00 2/422 7986
/proc/meminfo: memFree=14997652/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=4962.53 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90676 0 0 0 496239 14 0 0 25 0 1 0 665620732 635506688 86869 33554432000 4194304 6014671 140734048371360 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86869 732 445 0 148698 0
Current children cumulated CPU time (s) 4962.53
Current children cumulated vsize (KiB) 620612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.04 2.02 2.00 3/424 8014
/proc/meminfo: memFree=10969476/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=5000.04 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90676 0 0 0 499990 14 0 0 25 0 1 0 665620732 635506688 86869 33554432000 4194304 6014671 140734048371360 18446744073709551615 4425356 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86869 732 445 0 148698 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 620612

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

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

[startup+4999.8 s]
/proc/loadavg: 2.04 2.02 2.00 3/424 8014
/proc/meminfo: memFree=10969476/32950928 swapFree=45358800/67111528
[pid=7837] ppid=7835 vsize=620612 CPUtime=5000.04 cores=1,3,5,7
/proc/7837/stat : 7837 (qutersat_releas) R 7835 7837 7770 0 -1 4202496 90676 0 0 0 499990 14 0 0 25 0 1 0 665620732 635506688 86869 33554432000 4194304 6014671 140734048371360 18446744073709551615 4425356 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7837/statm: 155153 86869 732 445 0 148698 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 620612

Child status: 1
Real time (s): 4999.83
CPU time (s): 5000.07
CPU user time (s): 4999.91
CPU system time (s): 0.157975
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 620612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.91
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90680
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= 8
involuntary context switches= 6599

runsolver used 19.1001 second user time and 49.0365 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 12:04:00
IDJOB=3384277
IDBENCH=70775
IDSOLVER=1868
FILE ID=node149/3384277-1305540240
RUNJOBID= node149-1305540196-7789
PBS_JOBID= 13329204
Free space on /tmp= 73532 MiB

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

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=547252564

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:     32950928 kB
MemFree:      15065352 kB
Buffers:         50420 kB
Cached:         470940 kB
SwapCached:      36208 kB
Active:        8517872 kB
Inactive:      9098676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15065352 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:           19052 kB
Writeback:           0 kB
AnonPages:    17071264 kB
Mapped:          25496 kB
Slab:            95492 kB
PageTables:     106508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 134522568 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= 73392 MiB
End job on node149 at 2011-05-16 13:27:22