Trace number 3377133

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.05 1300.02

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 7502 #clause: 28770
0.00/0.02	c Find Units :          1
0.00/0.03	c Find Invs  :        682
0.00/0.03	c Find Ands  :       4327 AvgFaninNum: 3.3395
0.00/0.03	c Find Xors  :       2157 AvgFaninNum: 2
0.00/0.03	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 2753
0.00/0.04	c UnDirect to Direct Gate: 2780
0.00/0.04	c Forced Direct Gate: 365 Unuse unDirect Gate: 390
0.00/0.04	c Break Cycle : 6
0.00/0.04	c Total Root : 5 Undef Var: 401
0.00/0.04	c After covering, Total Root: 7 Leaf: 395
0.00/0.04	c Variable( cover/uncovered/unused ): 7496 6 0
0.00/0.04	c Unit Clauses: 1
0.00/0.04	c Binary Clauses( cover/uncovered ): 15788 26
0.00/0.04	c Clauses( cover/uncovered ): 12747 208
0.00/0.04	c Total Clauses( cover/uncovered ): 28536 234 99.1867%
0.00/0.04	c Covered Ands: 4327 Invs: 669 Xors: 2105 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2.88889 max size: 3
0.00/0.04	c Final circuit: i/l/o/s     401       0     235     13541
0.00/0.04	c CnfToAig: Time: 0.03 s
0.08/0.12	c TmMap: Set choices finish.
0.08/0.12	c TmMap: Set big and: 1493
0.08/0.12	c TmMap: Origin: 13943 ClauseNum: 40623 --> New: 4977 ClauseNum: 20424
0.08/0.12	c TmMap: Time: 0.01
0.18/0.23	c Simulation --> TransNum: 16591/20424 Try to Add: #clause: 14285 #xorclause: 0
0.18/0.23	c #var: 4740 #clauses: 12943 Solving... 
0.28/0.39	c Abstract SAT
0.38/0.40	c Simulation --> TransNum: 20094/20424 Try to Add: #clause: 120 #xorclause: 0
0.38/0.40	c #var: 4741 #clauses: 7943 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3377133-1305467719/watcher-3377133-1305467719 -o /tmp/evaluation-result-3377133-1305467719/solver-3377133-1305467719 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377133-1305467719.cnf 1224762424 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.40 7.37 9.68 5/331 27914
/proc/meminfo: memFree=19941236/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=10844 CPUtime=0 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) S 27912 27914 27884 0 -1 4194304 96 0 2 0 0 0 0 0 19 0 1 0 658369829 11104256 54 33554432000 4194304 6014671 140735747641152 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 17 0 0 0 0
/proc/27914/statm: 2711 54 42 445 0 68 0

[startup+0.023575 s]
/proc/loadavg: 4.40 7.37 9.68 5/331 27914
/proc/meminfo: memFree=19941236/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=34412 CPUtime=0 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 2231 0 2 0 0 0 0 0 19 0 1 0 658369829 35237888 2170 33554432000 4194304 6014671 140735747641152 18446744073709551615 271550228576 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 8603 2171 378 445 0 2148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 34412

[startup+0.100582 s]
/proc/loadavg: 4.40 7.37 9.68 5/331 27914
/proc/meminfo: memFree=19941236/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=44652 CPUtime=0.08 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 5093 0 2 0 8 0 0 0 19 0 1 0 658369829 45723648 5032 33554432000 4194304 6014671 140735747641152 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 11163 5034 667 445 0 4708 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44652

[startup+0.300551 s]
/proc/loadavg: 4.40 7.37 9.68 5/331 27914
/proc/meminfo: memFree=19941236/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=56056 CPUtime=0.28 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 6034 0 2 0 28 0 0 0 20 0 1 0 658369829 57401344 5973 33554432000 4194304 6014671 140735747641152 18446744073709551615 4367396 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 14014 5973 702 445 0 7559 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56056

[startup+0.700388 s]
/proc/loadavg: 4.40 7.37 9.68 5/331 27914
/proc/meminfo: memFree=19941236/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=72808 CPUtime=0.68 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 6379 0 2 0 68 0 0 0 20 0 1 0 658369829 74555392 6318 33554432000 4194304 6014671 140735747641152 18446744073709551615 4377880 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 18202 6318 728 445 0 11747 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72808

[startup+1.50024 s]
/proc/loadavg: 4.40 7.37 9.68 9/341 27935
/proc/meminfo: memFree=19817428/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=81388 CPUtime=1.48 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 6722 0 2 0 148 0 0 0 23 0 1 0 658369829 83341312 6661 33554432000 4194304 6014671 140735747641152 18446744073709551615 4378680 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 20347 6661 728 445 0 13892 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81388

[startup+3.10096 s]
/proc/loadavg: 4.40 7.37 9.68 9/344 27944
/proc/meminfo: memFree=19654588/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=90056 CPUtime=3.08 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 7232 0 2 0 308 0 0 0 25 0 1 0 658369829 92217344 7171 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 22514 7171 729 445 0 16059 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90056

[startup+6.30037 s]
/proc/loadavg: 4.69 7.38 9.67 9/347 27951
/proc/meminfo: memFree=19300632/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=99340 CPUtime=6.28 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 8729 0 2 0 627 1 0 0 25 0 1 0 658369829 101724160 8666 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 24835 8666 729 445 0 18380 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 99340

[startup+12.7002 s]
/proc/loadavg: 5.11 7.42 9.67 9/347 27951
/proc/meminfo: memFree=19064596/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=99340 CPUtime=12.68 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 10170 0 2 0 1267 1 0 0 25 0 1 0 658369829 101724160 10105 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 24835 10105 729 445 0 18380 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 99340

[startup+25.5009 s]
/proc/loadavg: 5.75 7.45 9.64 9/347 27952
/proc/meminfo: memFree=18698860/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=108372 CPUtime=25.48 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 13505 0 2 0 2547 1 0 0 25 0 1 0 658369829 110972928 13431 33554432000 4194304 6014671 140735747641152 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 27093 13431 731 445 0 20638 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 108372

[startup+51.1003 s]
/proc/loadavg: 6.59 7.51 9.60 9/347 27952
/proc/meminfo: memFree=18037864/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=117568 CPUtime=51.08 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 14122 0 2 0 5107 1 0 0 25 0 1 0 658369829 120389632 14048 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 29392 14048 731 445 0 22937 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 117568

[startup+102.313 s]
/proc/loadavg: 7.50 7.61 9.53 9/347 27954
/proc/meminfo: memFree=17816392/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=117568 CPUtime=102.29 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 16735 0 2 0 10227 2 0 0 25 0 1 0 658369829 120389632 16651 33554432000 4194304 6014671 140735747641152 18446744073709551615 4383607 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 29392 16651 732 445 0 22937 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 117568

[startup+162.301 s]
/proc/loadavg: 7.93 7.71 9.44 9/347 27956
/proc/meminfo: memFree=17726956/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=117568 CPUtime=162.29 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 18767 0 2 0 16226 3 0 0 25 0 1 0 658369829 120389632 18675 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 29392 18675 731 445 0 22937 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 117568

[startup+222.3 s]
/proc/loadavg: 8.07 7.79 9.36 9/347 27958
/proc/meminfo: memFree=17499872/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=161404 CPUtime=222.28 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 23154 0 2 0 22224 4 0 0 25 0 1 0 658369829 165277696 23059 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 40351 23059 730 445 0 33896 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 161404

[startup+282.3 s]
/proc/loadavg: 8.14 7.86 9.28 10/347 27959
/proc/meminfo: memFree=17372868/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=161404 CPUtime=282.29 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 25382 0 2 0 28224 5 0 0 25 0 1 0 658369829 165277696 25287 33554432000 4194304 6014671 140735747641152 18446744073709551615 4422826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 40351 25287 730 445 0 33896 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 161404

[startup+342.3 s]
/proc/loadavg: 8.20 7.92 9.21 9/348 27962
/proc/meminfo: memFree=17312692/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=251992 CPUtime=342.29 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 28711 0 2 0 34223 6 0 0 25 0 1 0 658369829 258039808 28615 33554432000 4194304 6014671 140735747641152 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 62998 28615 730 445 0 56543 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 251992

[startup+402.3 s]
/proc/loadavg: 8.21 7.98 9.15 10/347 27972
/proc/meminfo: memFree=17235652/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=251992 CPUtime=402.29 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 30836 0 2 0 40222 7 0 0 25 0 1 0 658369829 258039808 30567 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 62998 30567 730 445 0 56543 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 251992

[startup+462.301 s]
/proc/loadavg: 8.11 8.00 9.08 9/347 27973
/proc/meminfo: memFree=17173996/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=252120 CPUtime=462.29 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 35797 0 2 0 46221 8 0 0 25 0 1 0 658369829 258170880 35528 33554432000 4194304 6014671 140735747641152 18446744073709551615 271550234257 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 63030 35528 730 445 0 56575 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 252120

[startup+522.301 s]
/proc/loadavg: 8.23 8.04 9.02 9/347 27976
/proc/meminfo: memFree=17149552/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=252120 CPUtime=522.3 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 36784 0 2 0 52221 9 0 0 25 0 1 0 658369829 258170880 36515 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 63030 36515 730 445 0 56575 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 252120

[startup+582.301 s]
/proc/loadavg: 8.23 8.08 8.97 9/347 27980
/proc/meminfo: memFree=17103228/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=252120 CPUtime=582.3 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 39982 0 2 0 58220 10 0 0 25 0 1 0 658369829 258170880 39712 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 63030 39712 730 445 0 56575 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 252120

[startup+642.301 s]
/proc/loadavg: 8.21 8.10 8.92 9/347 27982
/proc/meminfo: memFree=17045384/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=252120 CPUtime=642.31 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 47189 0 2 0 64219 12 0 0 25 0 1 0 658369829 258170880 46291 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 63030 46291 730 445 0 56575 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 252120

[startup+702.301 s]
/proc/loadavg: 8.11 8.10 8.87 9/347 27984
/proc/meminfo: memFree=17035696/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=301960 CPUtime=702.3 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 47702 0 2 0 70217 13 0 0 25 0 1 0 658369829 309207040 46804 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 75490 46804 730 445 0 69035 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 301960

[startup+762.313 s]
/proc/loadavg: 8.32 8.15 8.84 9/347 27985
/proc/meminfo: memFree=17016084/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=762.32 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 50754 0 2 0 76218 14 0 0 25 0 1 0 658369829 361115648 49853 33554432000 4194304 6014671 140735747641152 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 49853 730 445 0 81708 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 352652

[startup+822.3 s]
/proc/loadavg: 8.26 8.17 8.80 9/347 27987
/proc/meminfo: memFree=16991764/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=822.3 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 50777 0 2 0 82216 14 0 0 25 0 1 0 658369829 361115648 49876 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 49876 730 445 0 81708 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 352652

[startup+882.3 s]
/proc/loadavg: 8.32 8.19 8.77 9/347 27988
/proc/meminfo: memFree=16971656/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=882.3 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 50871 0 2 0 88216 14 0 0 25 0 1 0 658369829 361115648 49970 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 49970 730 445 0 81708 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 352652

[startup+942.3 s]
/proc/loadavg: 8.35 8.23 8.74 9/347 27990
/proc/meminfo: memFree=16918560/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=942.3 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 51189 0 2 0 94216 14 0 0 25 0 1 0 658369829 361115648 50288 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 50288 730 445 0 81708 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 352652

[startup+1002.3 s]
/proc/loadavg: 8.21 8.22 8.70 9/347 27992
/proc/meminfo: memFree=16887912/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=1002.3 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 52858 0 2 0 100216 14 0 0 25 0 1 0 658369829 361115648 51915 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 51915 730 445 0 81708 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 352652

[startup+1062.3 s]
/proc/loadavg: 8.28 8.23 8.68 9/347 27994
/proc/meminfo: memFree=16867556/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=1062.31 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 52870 0 2 0 106217 14 0 0 25 0 1 0 658369829 361115648 51927 33554432000 4194304 6014671 140735747641152 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 51927 730 445 0 81708 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 352652

[startup+1122.3 s]
/proc/loadavg: 8.28 8.25 8.65 9/347 27996
/proc/meminfo: memFree=16843360/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=1122.31 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 52870 0 2 0 112217 14 0 0 25 0 1 0 658369829 361115648 51927 33554432000 4194304 6014671 140735747641152 18446744073709551615 4371939 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 51927 730 445 0 81708 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 352652

[startup+1182.3 s]
/proc/loadavg: 8.31 8.27 8.63 9/347 27997
/proc/meminfo: memFree=16845440/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=1182.31 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 52882 0 2 0 118217 14 0 0 25 0 1 0 658369829 361115648 51939 33554432000 4194304 6014671 140735747641152 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 51939 730 445 0 81708 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 352652

[startup+1242.3 s]
/proc/loadavg: 8.22 8.25 8.60 9/347 27999
/proc/meminfo: memFree=16839844/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=1242.31 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 52888 0 2 0 124217 14 0 0 25 0 1 0 658369829 361115648 51945 33554432000 4194304 6014671 140735747641152 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 51945 730 445 0 81708 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 352652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.29 8.26 8.58 9/347 28001
/proc/meminfo: memFree=16836844/32951124 swapFree=67056788/67111528
[pid=27914] ppid=27912 vsize=352652 CPUtime=1300.02 cores=0,2
/proc/27914/stat : 27914 (qutersat_releas) R 27912 27914 27884 0 -1 4202496 52888 0 2 0 129988 14 0 0 25 0 1 0 658369829 361115648 51945 33554432000 4194304 6014671 140735747641152 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27914/statm: 88163 51945 730 445 0 81708 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 352652

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.89
CPU system time (s): 0.158975
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 352652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52892
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 3916

runsolver used 4.04439 second user time and 10.1615 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 15:55:19
IDJOB=3377133
IDBENCH=20399
IDSOLVER=1856
FILE ID=node133/3377133-1305467719
RUNJOBID= node133-1305467719-27902
PBS_JOBID= 13325299
Free space on /tmp= 73620 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377133-1305467719/watcher-3377133-1305467719 -o /tmp/evaluation-result-3377133-1305467719/solver-3377133-1305467719 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377133-1305467719.cnf 1224762424

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1224762424

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      19941516 kB
Buffers:        308832 kB
Cached:        4157712 kB
SwapCached:       8724 kB
Active:        9540440 kB
Inactive:      3168424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19941516 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            2596 kB
Writeback:           0 kB
AnonPages:     8239968 kB
Mapped:          28216 kB
Slab:           201824 kB
PageTables:      35044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64957440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node133 at 2011-05-15 16:17:02