Trace number 3280561

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-03-01UNSAT 534.691 534.676

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.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.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.00/0.06	c TmMap: Set choices finish.
0.00/0.06	c TmMap: Set big and: 421
0.00/0.06	c TmMap: Origin: 5172 ClauseNum: 15324 --> New: 1883 ClauseNum: 7940
0.00/0.06	c TmMap: Time: 0
0.09/0.09	c Simulation --> TransNum: 7180/7940 Try to Add: #clause: 2813 #xorclause: 938
0.09/0.10	c #var: 1850 #clauses: 2529 Solving... 
0.09/0.11	c Abstract SAT
0.09/0.11	c Simulation --> TransNum: 7701/7940 Try to Add: #clause: 30 #xorclause: 0
0.09/0.11	c #var: 1853 #clauses: 2480 Solving... 
534.61/534.65	s UNSATISFIABLE
534.61/534.66	c CPU time: 534.67 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: 935)

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-3280561-1303746821/watcher-3280561-1303746821 -o /tmp/evaluation-result-3280561-1303746821/solver-3280561-1303746821 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3280561-1303746821.cnf 1827344218 

running on 2 cores: 1,3

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: 0.08 0.02 0.01 2/179 18736
/proc/meminfo: memFree=16295072/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=32364 CPUtime=0 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 1812 0 0 0 0 0 0 0 22 0 1 0 486282697 33140736 1746 33554432000 4194304 6016207 140735474069872 18446744073709551615 4304998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 8091 1746 379 445 0 1635 0

[startup+0.09826 s]
/proc/loadavg: 0.08 0.02 0.01 2/179 18736
/proc/meminfo: memFree=16295072/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=41580 CPUtime=0.09 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 4492 0 0 0 9 0 0 0 22 0 1 0 486282697 42577920 4426 33554432000 4194304 6016207 140735474069872 18446744073709551615 4246623 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 10395 4426 680 445 0 3939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41580

[startup+0.100256 s]
/proc/loadavg: 0.08 0.02 0.01 2/179 18736
/proc/meminfo: memFree=16295072/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=49784 CPUtime=0.09 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 4520 0 0 0 9 0 0 0 22 0 1 0 486282697 50978816 4454 33554432000 4194304 6016207 140735474069872 18446744073709551615 244446641639 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 12446 4454 690 445 0 5990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.300219 s]
/proc/loadavg: 0.08 0.02 0.01 2/179 18736
/proc/meminfo: memFree=16295072/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=66516 CPUtime=0.29 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 4790 0 0 0 29 0 0 0 23 0 1 0 486282697 68112384 4724 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425824 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 16629 4724 722 445 0 10173 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66516

[startup+0.700144 s]
/proc/loadavg: 0.08 0.02 0.01 2/179 18736
/proc/meminfo: memFree=16295072/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=66516 CPUtime=0.69 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 5222 0 0 0 69 0 0 0 25 0 1 0 486282697 68112384 5156 33554432000 4194304 6016207 140735474069872 18446744073709551615 4385143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 16629 5157 722 445 0 10173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66516

[startup+1.501 s]
/proc/loadavg: 0.08 0.02 0.01 3/180 18737
/proc/meminfo: memFree=16275852/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=75308 CPUtime=1.49 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 5741 0 0 0 149 0 0 0 25 0 1 0 486282697 77115392 5675 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 18827 5675 722 445 0 12371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75308

[startup+3.1007 s]
/proc/loadavg: 0.08 0.02 0.01 5/190 18757
/proc/meminfo: memFree=16108988/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=75308 CPUtime=3.08 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 6402 0 0 0 308 0 0 0 25 0 1 0 486282697 77115392 6336 33554432000 4194304 6016207 140735474069872 18446744073709551615 4379622 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 18827 6336 735 445 0 12371 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75308

[startup+6.30111 s]
/proc/loadavg: 0.39 0.08 0.03 5/190 18757
/proc/meminfo: memFree=15886288/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=75308 CPUtime=6.29 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 10824 0 0 0 628 1 0 0 25 0 1 0 486282697 77115392 10758 33554432000 4194304 6016207 140735474069872 18446744073709551615 4380105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 18827 10758 735 445 0 12371 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75308

[startup+12.7009 s]
/proc/loadavg: 0.68 0.15 0.05 5/190 18758
/proc/meminfo: memFree=15520008/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=93980 CPUtime=12.69 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 14067 0 0 0 1268 1 0 0 25 0 1 0 486282697 96235520 14001 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 23495 14001 735 445 0 17039 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93980

[startup+25.5006 s]
/proc/loadavg: 1.42 0.33 0.11 5/190 18785
/proc/meminfo: memFree=15712536/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=113168 CPUtime=25.49 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 19167 0 0 0 2547 2 0 0 25 0 1 0 486282697 115884032 19101 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425728 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 28292 19101 735 445 0 21836 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113168

[startup+51.1008 s]
/proc/loadavg: 2.30 0.63 0.21 5/190 18785
/proc/meminfo: memFree=15370276/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=143096 CPUtime=51.09 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 26538 0 0 0 5106 3 0 0 25 0 1 0 486282697 146530304 26459 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 35774 26459 735 445 0 29318 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143096

[startup+102.306 s]
/proc/loadavg: 3.26 1.15 0.41 5/190 18787
/proc/meminfo: memFree=15117508/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=239248 CPUtime=102.3 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 38220 0 0 0 10224 6 0 0 25 0 1 0 486282697 244989952 38141 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 59812 38141 735 445 0 53356 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 239248

[startup+162.3 s]
/proc/loadavg: 3.77 1.68 0.64 5/190 18789
/proc/meminfo: memFree=14994816/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=239248 CPUtime=162.29 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 43192 0 0 0 16222 7 0 0 25 0 1 0 486282697 244989952 43005 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425999 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 59812 43005 735 445 0 53356 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 239248

[startup+222.301 s]
/proc/loadavg: 3.91 2.10 0.84 5/190 18817
/proc/meminfo: memFree=15996740/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=239248 CPUtime=222.3 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 43987 0 0 0 22223 7 0 0 25 0 1 0 486282697 244989952 41996 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 59812 41996 735 445 0 53356 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 239248

[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.04 5/190 18819
/proc/meminfo: memFree=15886900/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=239248 CPUtime=282.3 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 45318 0 0 0 28222 8 0 0 25 0 1 0 486282697 244989952 43327 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 59812 43327 735 445 0 53356 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 239248

[startup+342.301 s]
/proc/loadavg: 3.99 2.72 1.22 5/190 18820
/proc/meminfo: memFree=15750968/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=239248 CPUtime=342.3 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 49434 0 0 0 34221 9 0 0 25 0 1 0 486282697 244989952 47443 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 59812 47443 735 445 0 53356 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 239248

[startup+402.301 s]
/proc/loadavg: 4.02 2.97 1.40 5/190 18822
/proc/meminfo: memFree=15713760/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=239248 CPUtime=402.3 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 49833 0 0 0 40221 9 0 0 25 0 1 0 486282697 244989952 47842 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425012 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 59812 47842 735 445 0 53356 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 239248

[startup+462.301 s]
/proc/loadavg: 4.04 3.16 1.56 5/190 18833
/proc/meminfo: memFree=15613224/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=239248 CPUtime=462.3 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 50699 0 0 0 46221 9 0 0 25 0 1 0 486282697 244989952 48703 33554432000 4194304 6016207 140735474069872 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 59812 48703 739 445 0 53356 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 239248

[startup+522.3 s]
/proc/loadavg: 4.01 3.31 1.71 5/190 18834
/proc/meminfo: memFree=15562104/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=522.31 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53352 0 0 0 52221 10 0 0 25 0 1 0 486282697 299757568 51356 33554432000 4194304 6016207 140735474069872 18446744073709551615 4391231 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51356 739 445 0 66727 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 292732

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

[startup+524.707 s]
/proc/loadavg: 4.01 3.33 1.72 5/190 18834
/proc/meminfo: memFree=15560616/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=524.71 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53706 0 0 0 52461 10 0 0 25 0 1 0 486282697 299757568 51710 33554432000 4194304 6016207 140735474069872 18446744073709551615 4536784 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51710 739 445 0 66727 0
Current children cumulated CPU time (s) 524.71
Current children cumulated vsize (KiB) 292732

[startup+531.101 s]
/proc/loadavg: 4.01 3.34 1.74 5/190 18834
/proc/meminfo: memFree=15560612/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=531.11 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53706 0 0 0 53101 10 0 0 25 0 1 0 486282697 299757568 51710 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51710 739 445 0 66727 0
Current children cumulated CPU time (s) 531.11
Current children cumulated vsize (KiB) 292732

[startup+532.701 s]
/proc/loadavg: 4.01 3.34 1.74 5/190 18834
/proc/meminfo: memFree=15560364/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=532.71 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53706 0 0 0 53261 10 0 0 25 0 1 0 486282697 299757568 51710 33554432000 4194304 6016207 140735474069872 18446744073709551615 4373618 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51710 739 445 0 66727 0
Current children cumulated CPU time (s) 532.71
Current children cumulated vsize (KiB) 292732

[startup+533.507 s]
/proc/loadavg: 4.01 3.35 1.75 5/190 18834
/proc/meminfo: memFree=15560364/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=533.51 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53706 0 0 0 53341 10 0 0 25 0 1 0 486282697 299757568 51710 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51710 739 445 0 66727 0
Current children cumulated CPU time (s) 533.51
Current children cumulated vsize (KiB) 292732

[startup+534.3 s]
/proc/loadavg: 4.01 3.35 1.75 5/190 18834
/proc/meminfo: memFree=15560364/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=534.3 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53706 0 0 0 53420 10 0 0 25 0 1 0 486282697 299757568 51710 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51710 739 445 0 66727 0
Current children cumulated CPU time (s) 534.3
Current children cumulated vsize (KiB) 292732

[startup+534.5 s]
/proc/loadavg: 4.01 3.35 1.75 5/190 18834
/proc/meminfo: memFree=15553792/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=534.51 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53706 0 0 0 53441 10 0 0 25 0 1 0 486282697 299757568 51710 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51710 739 445 0 66727 0
Current children cumulated CPU time (s) 534.51
Current children cumulated vsize (KiB) 292732

[startup+534.607 s]
/proc/loadavg: 4.01 3.35 1.75 5/190 18834
/proc/meminfo: memFree=15553792/32951124 swapFree=67111528/67111528
[pid=18736] ppid=18734 vsize=292732 CPUtime=534.61 cores=1,3
/proc/18736/stat : 18736 (qutersat_releas) R 18734 18736 18696 0 -1 4202496 53706 0 0 0 53451 10 0 0 25 0 1 0 486282697 299757568 51710 33554432000 4194304 6016207 140735474069872 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18736/statm: 73183 51710 739 445 0 66727 0
Current children cumulated CPU time (s) 534.61
Current children cumulated vsize (KiB) 292732

Child status: 0
Real time (s): 534.676
CPU time (s): 534.691
CPU user time (s): 534.574
CPU system time (s): 0.116982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 292732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.574
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53711
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= 1726

runsolver used 0.867868 second user time and 2.05369 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-25 17:53:43
IDJOB=3280561
IDBENCH=20401
IDSOLVER=1607
FILE ID=node105/3280561-1303746821
RUNJOBID= node105-1303746813-18716
PBS_JOBID= 13154057
Free space on /tmp= 71888 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3280561-1303746821/watcher-3280561-1303746821 -o /tmp/evaluation-result-3280561-1303746821/solver-3280561-1303746821 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3280561-1303746821.cnf 1827344218

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1827344218

node105.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.825
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.65
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.825
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.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      16295352 kB
Buffers:       2277044 kB
Cached:       13328888 kB
SwapCached:          0 kB
Active:        8771264 kB
Inactive:      7316472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16295352 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23160 kB
Writeback:           0 kB
AnonPages:      481520 kB
Mapped:          16700 kB
Slab:           503660 kB
PageTables:       6156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   626712 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= 71888 MiB
End job on node105 at 2011-04-25 18:02:37