Trace number 3377059

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)UNSAT 645.811 645.818

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 3114 #clause: 10827
0.00/0.01	c Find Units :          1
0.00/0.01	c Find Invs  :        133
0.00/0.01	c Find Ands  :       1936 AvgFaninNum: 2.41116
0.00/0.01	c Find Xors  :        989 AvgFaninNum: 2
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 834
0.00/0.01	c UnDirect to Direct Gate: 1115
0.00/0.01	c Forced Direct Gate: 29 Unuse unDirect Gate: 34
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 1 Undef Var: 63
0.00/0.01	c After covering, Total Root: 1 Leaf: 63
0.00/0.01	c Variable( cover/uncovered/unused ): 3114 0 0
0.00/0.01	c Unit Clauses: 1
0.00/0.01	c Binary Clauses( cover/uncovered ): 4934 0
0.00/0.01	c Clauses( cover/uncovered ): 5864 28
0.00/0.01	c Total Clauses( cover/uncovered ): 10799 28 99.7414%
0.00/0.01	c Covered Ands: 1936 Invs: 133 Xors: 982 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 3 max size: 3
0.00/0.01	c Final circuit: i/l/o/s      63       0      29      5108
0.00/0.01	c CnfToAig: Time: 0.01 s
0.01/0.05	c TmMap: Set choices finish.
0.01/0.05	c TmMap: Set big and: 419
0.01/0.05	c TmMap: Origin: 5172 ClauseNum: 15324 --> New: 1899 ClauseNum: 7976
0.01/0.05	c TmMap: Time: 0.01
0.01/0.09	c Simulation --> TransNum: 6660/7976 Try to Add: #clause: 6047 #xorclause: 0
0.01/0.09	c #var: 1866 #clauses: 6320 Solving... 
0.09/0.13	c Abstract SAT
0.09/0.13	c Simulation --> TransNum: 7739/7976 Try to Add: #clause: 30 #xorclause: 0
0.09/0.13	c #var: 1869 #clauses: 3814 Solving... 
645.69/645.79	s UNSATISFIABLE
645.78/645.80	c CPU time: 645.79 s

Verifier Data

No possible verification on an UNSAT instance

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-3377059-1305467719/watcher-3377059-1305467719 -o /tmp/evaluation-result-3377059-1305467719/solver-3377059-1305467719 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377059-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: 1.52 5.37 5.70 2/340 26461
/proc/meminfo: memFree=27817304/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=33388 CPUtime=0 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 2191 0 0 0 0 0 0 0 25 0 1 0 658369932 34189312 2127 33554432000 4194304 6014671 140735546050464 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 8347 2128 394 445 0 1892 0

[startup+0.0230939 s]
/proc/loadavg: 1.52 5.37 5.70 2/340 26461
/proc/meminfo: memFree=27817304/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=34412 CPUtime=0.01 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 2432 0 0 0 1 0 0 0 25 0 1 0 658369932 35237888 2368 33554432000 4194304 6014671 140735546050464 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 8603 2370 498 445 0 2148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34412

[startup+0.101121 s]
/proc/loadavg: 1.52 5.37 5.70 2/340 26461
/proc/meminfo: memFree=27817304/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=49784 CPUtime=0.09 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 4436 0 0 0 9 0 0 0 25 0 1 0 658369932 50978816 4372 33554432000 4194304 6014671 140735546050464 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 12446 4372 695 445 0 5991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.301102 s]
/proc/loadavg: 1.52 5.37 5.70 2/340 26461
/proc/meminfo: memFree=27817304/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=58160 CPUtime=0.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 4699 0 0 0 29 0 0 0 25 0 1 0 658369932 59555840 4635 33554432000 4194304 6014671 140735546050464 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 14540 4635 730 445 0 8085 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58160

[startup+0.701035 s]
/proc/loadavg: 1.52 5.37 5.70 2/340 26461
/proc/meminfo: memFree=27817304/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=75296 CPUtime=0.69 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 5137 0 0 0 69 0 0 0 25 0 1 0 658369932 77103104 5073 33554432000 4194304 6014671 140735546050464 18446744073709551615 4376616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 18824 5073 730 445 0 12369 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75296

[startup+1.50089 s]
/proc/loadavg: 1.52 5.37 5.70 3/341 26462
/proc/meminfo: memFree=27794732/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=84144 CPUtime=1.49 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 5803 0 0 0 148 1 0 0 25 0 1 0 658369932 86163456 5739 33554432000 4194304 6014671 140735546050464 18446744073709551615 4424739 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 21036 5739 730 445 0 14581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84144

[startup+3.10058 s]
/proc/loadavg: 1.52 5.37 5.70 3/341 26462
/proc/meminfo: memFree=27784692/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=84144 CPUtime=3.09 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 6998 0 0 0 308 1 0 0 25 0 1 0 658369932 86163456 6934 33554432000 4194304 6014671 140735546050464 18446744073709551615 4423623 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 21036 6934 731 445 0 14581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84144

[startup+6.30102 s]
/proc/loadavg: 1.64 5.33 5.69 4/346 26499
/proc/meminfo: memFree=27655560/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=93108 CPUtime=6.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 10356 0 0 0 628 1 0 0 25 0 1 0 658369932 95342592 10292 33554432000 4194304 6014671 140735546050464 18446744073709551615 4425635 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 23277 10292 731 445 0 16822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93108

[startup+12.7009 s]
/proc/loadavg: 1.75 5.29 5.67 5/351 26509
/proc/meminfo: memFree=27540844/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=120952 CPUtime=12.69 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 16710 0 0 0 1267 2 0 0 25 0 1 0 658369932 123854848 16644 33554432000 4194304 6014671 140735546050464 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 30238 16644 731 445 0 23783 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120952

[startup+25.5005 s]
/proc/loadavg: 2.25 5.23 5.64 5/351 26510
/proc/meminfo: memFree=27428800/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=130468 CPUtime=25.49 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 19586 0 0 0 2547 2 0 0 25 0 1 0 658369932 133599232 19518 33554432000 4194304 6014671 140735546050464 18446744073709551615 4379933 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 32617 19518 731 445 0 26162 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130468

[startup+51.1009 s]
/proc/loadavg: 2.84 5.13 5.60 5/351 26510
/proc/meminfo: memFree=27338716/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=180428 CPUtime=51.09 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 24851 0 0 0 5106 3 0 0 25 0 1 0 658369932 184758272 24777 33554432000 4194304 6014671 140735546050464 18446744073709551615 4422888 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 45107 24777 731 445 0 38652 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 180428

[startup+102.313 s]
/proc/loadavg: 3.50 4.95 5.51 5/351 26512
/proc/meminfo: memFree=27103156/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=263212 CPUtime=102.31 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 31512 0 0 0 10227 4 0 0 25 0 1 0 658369932 269529088 31437 33554432000 4194304 6014671 140735546050464 18446744073709551615 4376783 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 65803 31437 731 445 0 59348 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 263212

[startup+162.301 s]
/proc/loadavg: 3.81 4.78 5.42 5/351 26540
/proc/meminfo: memFree=26927528/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=162.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 34896 0 0 0 16225 4 0 0 25 0 1 0 658369932 313835520 34782 33554432000 4194304 6014671 140735546050464 18446744073709551615 4422892 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 34782 731 445 0 70165 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 306480

[startup+222.301 s]
/proc/loadavg: 4.12 4.68 5.34 5/351 26542
/proc/meminfo: memFree=26882736/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=222.28 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 35501 0 0 0 22224 4 0 0 25 0 1 0 658369932 313835520 35275 33554432000 4194304 6014671 140735546050464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 35275 731 445 0 70165 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 306480

[startup+282.301 s]
/proc/loadavg: 4.19 4.60 5.27 5/351 26543
/proc/meminfo: memFree=26757224/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=282.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 35763 0 0 0 28225 4 0 0 25 0 1 0 658369932 313835520 35355 33554432000 4194304 6014671 140735546050464 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 35355 731 445 0 70165 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 306480

[startup+342.301 s]
/proc/loadavg: 4.07 4.49 5.19 5/352 26546
/proc/meminfo: memFree=26688620/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=342.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 37411 0 0 0 34224 5 0 0 25 0 1 0 658369932 313835520 36946 33554432000 4194304 6014671 140735546050464 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 36946 732 445 0 70165 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 306480

[startup+402.3 s]
/proc/loadavg: 4.02 4.40 5.11 5/351 26556
/proc/meminfo: memFree=26554728/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=402.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 37588 0 0 0 40223 6 0 0 25 0 1 0 658369932 313835520 37123 33554432000 4194304 6014671 140735546050464 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 37123 732 445 0 70165 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 306480

[startup+462.3 s]
/proc/loadavg: 4.08 4.35 5.05 5/351 26557
/proc/meminfo: memFree=26459092/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=462.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 39292 0 0 0 46223 6 0 0 25 0 1 0 658369932 313835520 36471 33554432000 4194304 6014671 140735546050464 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 36471 732 445 0 70165 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 306480

[startup+522.301 s]
/proc/loadavg: 4.03 4.28 4.98 5/351 26559
/proc/meminfo: memFree=26409948/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=522.28 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 46345 0 0 0 52221 7 0 0 25 0 1 0 658369932 313835520 43524 33554432000 4194304 6014671 140735546050464 18446744073709551615 4422870 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 43524 732 445 0 70165 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 306480

[startup+582.301 s]
/proc/loadavg: 4.01 4.23 4.92 5/351 26563
/proc/meminfo: memFree=26377692/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=582.28 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 51965 0 0 0 58219 9 0 0 25 0 1 0 658369932 313835520 49144 33554432000 4194304 6014671 140735546050464 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 49144 732 445 0 70165 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 306480

[startup+642.301 s]
/proc/loadavg: 4.00 4.19 4.86 5/351 26565
/proc/meminfo: memFree=26293216/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=642.29 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 53171 0 0 0 64220 9 0 0 25 0 1 0 658369932 313835520 50350 33554432000 4194304 6014671 140735546050464 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 50350 732 445 0 70165 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 306480

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

[startup+643.101 s]
/proc/loadavg: 4.00 4.19 4.86 5/351 26565
/proc/meminfo: memFree=26293216/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=643.08 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 53171 0 0 0 64299 9 0 0 25 0 1 0 658369932 313835520 50350 33554432000 4194304 6014671 140735546050464 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 50350 732 445 0 70165 0
Current children cumulated CPU time (s) 643.08
Current children cumulated vsize (KiB) 306480

[startup+644.7 s]
/proc/loadavg: 4.00 4.18 4.85 5/351 26565
/proc/meminfo: memFree=26287884/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=644.68 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 53171 0 0 0 64459 9 0 0 25 0 1 0 658369932 313835520 50350 33554432000 4194304 6014671 140735546050464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 50350 732 445 0 70165 0
Current children cumulated CPU time (s) 644.68
Current children cumulated vsize (KiB) 306480

[startup+645.5 s]
/proc/loadavg: 4.00 4.18 4.85 5/351 26565
/proc/meminfo: memFree=26287884/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=645.48 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 53172 0 0 0 64539 9 0 0 25 0 1 0 658369932 313835520 50351 33554432000 4194304 6014671 140735546050464 18446744073709551615 4422876 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 50351 732 445 0 70165 0
Current children cumulated CPU time (s) 645.48
Current children cumulated vsize (KiB) 306480

[startup+645.713 s]
/proc/loadavg: 4.00 4.18 4.85 5/351 26565
/proc/meminfo: memFree=26285652/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=645.69 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 53172 0 0 0 64560 9 0 0 25 0 1 0 658369932 313835520 50351 33554432000 4194304 6014671 140735546050464 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 50351 732 445 0 70165 0
Current children cumulated CPU time (s) 645.69
Current children cumulated vsize (KiB) 306480

[startup+645.801 s]
/proc/loadavg: 4.00 4.18 4.85 5/351 26565
/proc/meminfo: memFree=26285652/32951124 swapFree=54427468/67111528
[pid=26461] ppid=26459 vsize=306480 CPUtime=645.78 cores=0,2
/proc/26461/stat : 26461 (qutersat_releas) R 26459 26461 26421 0 -1 4202496 53172 0 0 0 64569 9 0 0 25 0 1 0 658369932 313835520 50351 33554432000 4194304 6014671 140735546050464 18446744073709551615 4809118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26461/statm: 76620 50351 732 445 0 70165 0
Current children cumulated CPU time (s) 645.78
Current children cumulated vsize (KiB) 306480

Child status: 0
Real time (s): 645.818
CPU time (s): 645.811
CPU user time (s): 645.705
CPU system time (s): 0.105983
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 306480

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

runsolver used 2.25366 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 15:55:20
IDJOB=3377059
IDBENCH=20401
IDSOLVER=1856
FILE ID=node138/3377059-1305467719
RUNJOBID= node138-1305467718-26439
PBS_JOBID= 13325298
Free space on /tmp= 73560 MiB

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

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1224762424

node138.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.854
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.70
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.854
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.854
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.854
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.75
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.854
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.80
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.854
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.854
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.854
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:      27817708 kB
Buffers:        291852 kB
Cached:        4002824 kB
SwapCached:      18496 kB
Active:        1731876 kB
Inactive:      3160140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27817708 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            4180 kB
Writeback:           0 kB
AnonPages:      590228 kB
Mapped:          16452 kB
Slab:           128228 kB
PageTables:      47616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68318248 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= 73544 MiB
End job on node138 at 2011-05-15 16:06:06