Trace number 3384244

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 539.995 539.989

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 benchmark136.848
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.00	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.02	c After covering, Total Root: 1 Leaf: 63
0.00/0.02	c Variable( cover/uncovered/unused ): 3114 0 0
0.00/0.02	c Unit Clauses: 1
0.00/0.02	c Binary Clauses( cover/uncovered ): 4934 0
0.00/0.02	c Clauses( cover/uncovered ): 5864 28
0.00/0.02	c Total Clauses( cover/uncovered ): 10799 28 99.7414%
0.00/0.02	c Covered Ands: 1936 Invs: 133 Xors: 982 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 3 max size: 3
0.00/0.02	c Final circuit: i/l/o/s      63       0      29      5108
0.00/0.02	c CnfToAig: Time: 0.01 s
0.04/0.05	c TmMap: Set choices finish.
0.04/0.05	c TmMap: Set big and: 419
0.04/0.05	c TmMap: Origin: 5172 ClauseNum: 15324 --> New: 1899 ClauseNum: 7976
0.04/0.05	c TmMap: Time: 0.01
0.04/0.09	c Simulation --> TransNum: 6639/7976 Try to Add: #clause: 6026 #xorclause: 0
0.04/0.09	c #var: 1866 #clauses: 6320 Solving... 
0.09/0.12	c Abstract SAT
0.09/0.13	c Simulation --> TransNum: 7738/7976 Try to Add: #clause: 29 #xorclause: 0
0.09/0.13	c #var: 1869 #clauses: 3809 Solving... 
539.89/539.96	s UNSATISFIABLE
539.89/539.97	c CPU time: 539.97 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-3384244-1305540197/watcher-3384244-1305540197 -o /tmp/evaluation-result-3384244-1305540197/solver-3384244-1305540197 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384244-1305540197.cnf 456859002 

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.00 0.00 0.03 2/402 14483
/proc/meminfo: memFree=15584592/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 2025 0 0 0 0 0 0 0 21 0 1 0 646435827 34189312 1961 33554432000 4194304 6014671 140737328269904 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 8347 1961 377 445 0 1892 0

[startup+0.0491781 s]
/proc/loadavg: 0.00 0.00 0.03 2/402 14483
/proc/meminfo: memFree=15584592/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=39532 CPUtime=0.04 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 4043 0 0 0 4 0 0 0 21 0 1 0 646435827 40480768 3979 33554432000 4194304 6014671 140737328269904 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 10139 3982 667 445 0 3684 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 39532

[startup+0.101178 s]
/proc/loadavg: 0.00 0.00 0.03 2/402 14483
/proc/meminfo: memFree=15584592/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=49784 CPUtime=0.09 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 4435 0 0 0 9 0 0 0 21 0 1 0 646435827 50978816 4371 33554432000 4194304 6014671 140737328269904 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 12446 4371 695 445 0 5991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.300129 s]
/proc/loadavg: 0.00 0.00 0.03 2/402 14483
/proc/meminfo: memFree=15584592/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=66624 CPUtime=0.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 4736 0 0 0 29 0 0 0 22 0 1 0 646435827 68222976 4672 33554432000 4194304 6014671 140737328269904 18446744073709551615 4422782 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 16656 4672 730 445 0 10201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66624

[startup+0.70107 s]
/proc/loadavg: 0.00 0.00 0.03 2/402 14483
/proc/meminfo: memFree=15584592/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=66624 CPUtime=0.69 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 5082 0 0 0 69 0 0 0 23 0 1 0 646435827 68222976 5018 33554432000 4194304 6014671 140737328269904 18446744073709551615 255106465425 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 16656 5018 730 445 0 10201 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66624

[startup+1.50093 s]
/proc/loadavg: 0.00 0.00 0.03 3/406 14490
/proc/meminfo: memFree=15448648/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=75424 CPUtime=1.48 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 5812 0 0 0 148 0 0 0 25 0 1 0 646435827 77234176 5748 33554432000 4194304 6014671 140737328269904 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 18856 5748 730 445 0 12401 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 75424

[startup+3.10065 s]
/proc/loadavg: 0.00 0.00 0.03 3/406 14490
/proc/meminfo: memFree=15328120/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=84348 CPUtime=3.09 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 7392 0 0 0 308 1 0 0 25 0 1 0 646435827 86372352 7328 33554432000 4194304 6014671 140737328269904 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 21087 7328 731 445 0 14632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84348

[startup+6.30109 s]
/proc/loadavg: 0.16 0.03 0.04 3/406 14490
/proc/meminfo: memFree=15066960/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=93540 CPUtime=6.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 11716 0 0 0 628 1 0 0 25 0 1 0 646435827 95784960 11652 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 23385 11652 731 445 0 16930 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93540

[startup+12.701 s]
/proc/loadavg: 0.31 0.07 0.05 3/406 14491
/proc/meminfo: memFree=14968724/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=102768 CPUtime=12.69 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 13265 0 0 0 1267 2 0 0 25 0 1 0 646435827 105234432 13201 33554432000 4194304 6014671 140737328269904 18446744073709551615 4425069 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 25692 13201 731 445 0 19237 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102768

[startup+25.5007 s]
/proc/loadavg: 0.68 0.16 0.08 3/406 14491
/proc/meminfo: memFree=14894476/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=121636 CPUtime=25.49 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 16062 0 0 0 2547 2 0 0 25 0 1 0 646435827 124555264 15998 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423026 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 30409 15998 731 445 0 23954 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121636

[startup+51.1002 s]
/proc/loadavg: 1.13 0.31 0.13 3/406 14492
/proc/meminfo: memFree=14626772/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=121636 CPUtime=51.08 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 18966 0 0 0 5106 2 0 0 25 0 1 0 646435827 124555264 18902 33554432000 4194304 6014671 140737328269904 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 30409 18902 731 445 0 23954 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121636

[startup+102.315 s]
/proc/loadavg: 1.69 0.60 0.24 3/406 14493
/proc/meminfo: memFree=14290892/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=164500 CPUtime=102.31 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 25450 0 0 0 10227 4 0 0 25 0 1 0 646435827 168448000 25375 33554432000 4194304 6014671 140737328269904 18446744073709551615 4425110 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 41125 25375 731 445 0 34670 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 164500

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.34 3/406 14495
/proc/meminfo: memFree=14173208/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=254788 CPUtime=162.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 35392 0 0 0 16224 5 0 0 25 0 1 0 646435827 260902912 35289 33554432000 4194304 6014671 140737328269904 18446744073709551615 4376500 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 63697 35289 731 445 0 57242 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 254788

[startup+222.3 s]
/proc/loadavg: 1.98 1.07 0.45 3/406 14523
/proc/meminfo: memFree=14569648/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=348004 CPUtime=222.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 39935 0 0 0 22223 6 0 0 25 0 1 0 646435827 356356096 39746 33554432000 4194304 6014671 140737328269904 18446744073709551615 4372328 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 87001 39746 731 445 0 80546 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 348004

[startup+282.301 s]
/proc/loadavg: 1.99 1.23 0.54 3/406 14525
/proc/meminfo: memFree=14470312/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=348004 CPUtime=282.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 44040 0 0 0 28222 7 0 0 25 0 1 0 646435827 356356096 43786 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 87001 43786 731 445 0 80546 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 348004

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.63 3/406 14526
/proc/meminfo: memFree=14443880/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=348004 CPUtime=342.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 45188 0 0 0 34222 7 0 0 25 0 1 0 646435827 356356096 44898 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 87001 44898 731 445 0 80546 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 348004

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 0.71 3/406 14528
/proc/meminfo: memFree=14387460/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=402.3 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 55745 0 0 0 40221 9 0 0 25 0 1 0 646435827 407621632 55278 33554432000 4194304 6014671 140737328269904 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 55278 731 445 0 93062 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 398068

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.79 3/406 14530
/proc/meminfo: memFree=14330040/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=462.3 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 63990 0 0 0 46220 10 0 0 25 0 1 0 646435827 407621632 63459 33554432000 4194304 6014671 140737328269904 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 63459 731 445 0 93062 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 398068

[startup+522.3 s]
/proc/loadavg: 1.99 1.65 0.86 3/406 14531
/proc/meminfo: memFree=14324312/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=522.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 67533 0 0 0 52218 11 0 0 25 0 1 0 646435827 407621632 57390 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 57390 731 445 0 93062 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 398068

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

[startup+524.715 s]
/proc/loadavg: 1.99 1.65 0.87 3/406 14531
/proc/meminfo: memFree=14322204/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=524.71 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 67533 0 0 0 52460 11 0 0 25 0 1 0 646435827 407621632 57390 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 57390 731 445 0 93062 0
Current children cumulated CPU time (s) 524.71
Current children cumulated vsize (KiB) 398068

[startup+531.101 s]
/proc/loadavg: 1.99 1.66 0.87 3/406 14531
/proc/meminfo: memFree=14318224/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=531.1 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 67533 0 0 0 53099 11 0 0 25 0 1 0 646435827 407621632 57390 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 57390 731 445 0 93062 0
Current children cumulated CPU time (s) 531.1
Current children cumulated vsize (KiB) 398068

[startup+534.3 s]
/proc/loadavg: 1.99 1.66 0.88 3/406 14532
/proc/meminfo: memFree=14318224/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=534.29 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 67537 0 0 0 53418 11 0 0 25 0 1 0 646435827 407621632 57394 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 57394 731 445 0 93062 0
Current children cumulated CPU time (s) 534.29
Current children cumulated vsize (KiB) 398068

[startup+537.501 s]
/proc/loadavg: 1.99 1.66 0.88 3/406 14532
/proc/meminfo: memFree=14316116/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=537.49 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 68179 0 0 0 53738 11 0 0 25 0 1 0 646435827 407621632 58036 33554432000 4194304 6014671 140737328269904 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 58036 731 445 0 93062 0
Current children cumulated CPU time (s) 537.49
Current children cumulated vsize (KiB) 398068

[startup+539.101 s]
/proc/loadavg: 1.99 1.67 0.88 3/406 14532
/proc/meminfo: memFree=14314252/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=539.09 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 68484 0 0 0 53898 11 0 0 25 0 1 0 646435827 407621632 58341 33554432000 4194304 6014671 140737328269904 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 58341 731 445 0 93062 0
Current children cumulated CPU time (s) 539.09
Current children cumulated vsize (KiB) 398068

[startup+539.5 s]
/proc/loadavg: 1.99 1.67 0.88 3/406 14532
/proc/meminfo: memFree=14314252/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=539.49 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 68484 0 0 0 53938 11 0 0 25 0 1 0 646435827 407621632 58341 33554432000 4194304 6014671 140737328269904 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 58341 731 445 0 93062 0
Current children cumulated CPU time (s) 539.49
Current children cumulated vsize (KiB) 398068

[startup+539.9 s]
/proc/loadavg: 1.99 1.67 0.88 3/406 14532
/proc/meminfo: memFree=14314252/32951124 swapFree=67111348/67111528
[pid=14483] ppid=14481 vsize=398068 CPUtime=539.89 cores=1,3,5,7
/proc/14483/stat : 14483 (qutersat_releas) R 14481 14483 14451 0 -1 4202496 68484 0 0 0 53978 11 0 0 25 0 1 0 646435827 407621632 58341 33554432000 4194304 6014671 140737328269904 18446744073709551615 4369495 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14483/statm: 99517 58341 731 445 0 93062 0
Current children cumulated CPU time (s) 539.89
Current children cumulated vsize (KiB) 398068

Child status: 0
Real time (s): 539.989
CPU time (s): 539.995
CPU user time (s): 539.865
CPU system time (s): 0.12998
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 398068

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

runsolver used 1.9747 second user time and 4.93425 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 12:03:17
IDJOB=3384244
IDBENCH=20401
IDSOLVER=1868
FILE ID=node144/3384244-1305540197
RUNJOBID= node144-1305540196-14470
PBS_JOBID= 13329209
Free space on /tmp= 73280 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-3384244-1305540197/watcher-3384244-1305540197 -o /tmp/evaluation-result-3384244-1305540197/solver-3384244-1305540197 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384244-1305540197.cnf 456859002

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=456859002

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15584864 kB
Buffers:        325756 kB
Cached:        4039772 kB
SwapCached:          0 kB
Active:       14181228 kB
Inactive:      2820244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15584864 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12800 kB
Writeback:           0 kB
AnonPages:    12635336 kB
Mapped:          35424 kB
Slab:           244856 kB
PageTables:      52140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 113619680 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= 73280 MiB
End job on node144 at 2011-05-16 12:12:17