Trace number 3384307

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 335.143 335.138

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Set FPU double precision.
0.69/0.70	c Parse Cnf success: #var: 259616 #clause: 1374599
0.69/0.70	c Find Units :      13149
0.69/0.77	c Find Invs  :       1737
0.89/0.96	c Find Ands  :     121323 AvgFaninNum: 3.55881
0.89/0.98	c Find Xors  :          0 AvgFaninNum: nan
1.00/1.02	c Find Ite   :          0
1.11/1.15	c UnDirect variable: 34
1.11/1.15	c UnDirect to Direct Gate: 200
1.11/1.15	c Forced Direct Gate: 17 Unuse unDirect Gate: 17
1.11/1.17	c Break Cycle : 52666
1.11/1.17	c Total Root : 8503 Undef Var: 214548
1.19/1.23	c After covering, Total Root: 23351 Leaf: 95654
1.19/1.23	c Variable( cover/uncovered/unused ): 140722 118894 0
1.19/1.23	c Unit Clauses: 13149
1.19/1.23	c Binary Clauses( cover/uncovered ): 126210 787627
1.19/1.23	c Clauses( cover/uncovered ): 44868 319255
1.19/1.23	c Total Clauses( cover/uncovered ): 184227 1106882 14.2689%
1.19/1.23	c Covered Ands: 44868 Invs: 200 Xors: 0 Ites: 0
1.99/2.04	c Uncover Clauses avg size: 2.43298 max size: 10
1.99/2.06	c Final circuit: i/l/o/s  209761       0 1012834   1534763
1.99/2.06	c CnfToAig: Time: 2.05 s
3.39/3.40	c TmMap: Set choices finish.
4.09/4.11	c TmMap: Set big and: 1045907
4.09/4.11	c TmMap: Origin: 1744525 ClauseNum: 4604289 --> New: 1256081 ClauseNum: 3624723
4.09/4.11	c TmMap: Time: 0.93
4.29/4.35	c Try to Add: #clause: 2093583 #xorclause: 0
4.69/4.71	c #var: 246544 #clauses: 331429 Solving... 
335.00/335.03	s UNSATISFIABLE
335.00/335.06	c CPU time: 335.06 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-3384307-1305542264/watcher-3384307-1305542264 -o /tmp/evaluation-result-3384307-1305542264/solver-3384307-1305542264 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384307-1305542264.cnf 590367528 

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: 2.06 2.03 1.78 2/436 5384
/proc/meminfo: memFree=25113380/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=38452 CPUtime=0 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 2192 0 0 0 0 0 0 0 22 0 1 0 665824500 39374848 2128 33554432000 4194304 6014671 140737330850688 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 9613 2143 370 445 0 3158 0

[startup+0.086145 s]
/proc/loadavg: 2.06 2.03 1.78 2/436 5384
/proc/meminfo: memFree=25113380/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=63028 CPUtime=0.08 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 9129 0 0 0 7 1 0 0 22 0 1 0 665824500 64540672 9065 33554432000 4194304 6014671 140737330850688 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 15757 9065 378 445 0 9302 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 63028

[startup+0.101141 s]
/proc/loadavg: 2.06 2.03 1.78 2/436 5384
/proc/meminfo: memFree=25113380/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=63028 CPUtime=0.09 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 9181 0 0 0 8 1 0 0 22 0 1 0 665824500 64540672 9117 33554432000 4194304 6014671 140737330850688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 15757 9117 378 445 0 9302 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63028

[startup+0.301103 s]
/proc/loadavg: 2.06 2.03 1.78 2/436 5384
/proc/meminfo: memFree=25113380/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=87732 CPUtime=0.29 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 15136 0 0 0 27 2 0 0 23 0 1 0 665824500 89837568 15072 33554432000 4194304 6014671 140737330850688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 21933 15072 378 445 0 15478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87732

[startup+0.701033 s]
/proc/loadavg: 2.06 2.03 1.78 2/436 5384
/proc/meminfo: memFree=25113380/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=151732 CPUtime=0.69 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 30103 0 0 0 65 4 0 0 25 0 1 0 665824500 155373568 30039 33554432000 4194304 6014671 140737330850688 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 37933 30040 378 445 0 31478 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151732

[startup+1.50089 s]
/proc/loadavg: 2.06 2.03 1.78 3/437 5385
/proc/meminfo: memFree=24984548/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=194228 CPUtime=1.49 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 38455 0 0 0 144 5 0 0 25 0 1 0 665824500 198889472 38391 33554432000 4194304 6014671 140737330850688 18446744073709551615 4333912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 48557 38406 398 445 0 42102 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 194228

[startup+3.10061 s]
/proc/loadavg: 2.06 2.03 1.78 3/437 5385
/proc/meminfo: memFree=24873816/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=476280 CPUtime=3.09 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 112542 0 0 0 296 13 0 0 25 0 1 0 665824500 487710720 112478 33554432000 4194304 6014671 140737330850688 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 119070 112479 668 445 0 112615 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 476280

[startup+6.30105 s]
/proc/loadavg: 2.05 2.03 1.78 3/437 5385
/proc/meminfo: memFree=24466520/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=701616 CPUtime=6.29 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 165612 0 0 0 610 19 0 0 25 0 1 0 665824500 718454784 161440 33554432000 4194304 6014671 140737330850688 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 175404 161440 701 445 0 168949 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 701616

[startup+12.7009 s]
/proc/loadavg: 2.05 2.03 1.78 3/437 5385
/proc/meminfo: memFree=24466284/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=701616 CPUtime=12.69 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 165612 0 0 0 1250 19 0 0 25 0 1 0 665824500 718454784 161440 33554432000 4194304 6014671 140737330850688 18446744073709551615 4423405 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 175404 161440 701 445 0 168949 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 701616

[startup+25.5007 s]
/proc/loadavg: 2.04 2.03 1.78 3/437 5385
/proc/meminfo: memFree=24371288/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=806492 CPUtime=25.49 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 189564 0 0 0 2528 21 0 0 25 0 1 0 665824500 825847808 185392 33554432000 4194304 6014671 140737330850688 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 201623 185392 723 445 0 195168 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 806492

[startup+51.1002 s]
/proc/loadavg: 2.02 2.03 1.79 3/437 5386
/proc/meminfo: memFree=24114904/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=1135868 CPUtime=51.09 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 255027 0 0 0 5079 30 0 0 25 0 1 0 665824500 1163128832 250855 33554432000 4194304 6014671 140737330850688 18446744073709551615 4667875 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 283967 250855 728 445 0 277512 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1135868

[startup+102.316 s]
/proc/loadavg: 2.01 2.02 1.80 3/437 5387
/proc/meminfo: memFree=23757432/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=1532944 CPUtime=102.3 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 337348 0 0 0 10189 41 0 0 25 0 1 0 665824500 1569734656 333176 33554432000 4194304 6014671 140737330850688 18446744073709551615 4711303 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 383236 333176 728 445 0 376781 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1532944

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 1.82 3/437 5389
/proc/meminfo: memFree=23592916/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=1740788 CPUtime=162.29 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 377579 0 0 0 16182 47 0 0 25 0 1 0 665824500 1782566912 373407 33554432000 4194304 6014671 140737330850688 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 435197 373407 728 445 0 428742 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1740788

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 1.82 3/437 5390
/proc/meminfo: memFree=23459544/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=1894264 CPUtime=222.3 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 404248 0 0 0 22178 52 0 0 25 0 1 0 665824500 1939726336 400076 33554432000 4194304 6014671 140737330850688 18446744073709551615 4368832 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 473566 400076 728 445 0 467111 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1894264

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.83 3/437 5392
/proc/meminfo: memFree=23418916/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=1954704 CPUtime=282.29 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 412943 0 0 0 28175 54 0 0 25 0 1 0 665824500 2001616896 408727 33554432000 4194304 6014671 140737330850688 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 488676 408727 728 445 0 482221 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1954704

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

[startup+307.101 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23401384/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=2016644 CPUtime=307.1 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 417358 0 0 0 30654 56 0 0 25 0 1 0 665824500 2065043456 413142 33554432000 4194304 6014671 140737330850688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 504161 413142 728 445 0 497706 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 2016644

[startup+319.901 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23393924/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=2016644 CPUtime=319.9 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 419078 0 0 0 31934 56 0 0 25 0 1 0 665824500 2065043456 414862 33554432000 4194304 6014671 140737330850688 18446744073709551615 4423585 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 504161 414862 728 445 0 497706 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 2016644

[startup+326.301 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23394168/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=2016644 CPUtime=326.3 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 419099 0 0 0 32574 56 0 0 25 0 1 0 665824500 2065043456 414883 33554432000 4194304 6014671 140737330850688 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 504161 414883 728 445 0 497706 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 2016644

[startup+329.5 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23394040/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=2016644 CPUtime=329.5 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 419138 0 0 0 32894 56 0 0 25 0 1 0 665824500 2065043456 414922 33554432000 4194304 6014671 140737330850688 18446744073709551615 4380366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 504161 414922 728 445 0 497706 0
Current children cumulated CPU time (s) 329.5
Current children cumulated vsize (KiB) 2016644

[startup+332.701 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23393792/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=2016644 CPUtime=332.7 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 419170 0 0 0 33214 56 0 0 25 0 1 0 665824500 2065043456 414954 33554432000 4194304 6014671 140737330850688 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 504161 414954 728 445 0 497706 0
Current children cumulated CPU time (s) 332.7
Current children cumulated vsize (KiB) 2016644

[startup+334.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23393668/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=2016644 CPUtime=334.3 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 419172 0 0 0 33374 56 0 0 25 0 1 0 665824500 2065043456 414956 33554432000 4194304 6014671 140737330850688 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 504161 414956 728 445 0 497706 0
Current children cumulated CPU time (s) 334.3
Current children cumulated vsize (KiB) 2016644

[startup+334.7 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23393668/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=2016644 CPUtime=334.7 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202496 419172 0 0 0 33414 56 0 0 25 0 1 0 665824500 2065043456 414956 33554432000 4194304 6014671 140737330850688 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5384/statm: 504161 414956 728 445 0 497706 0
Current children cumulated CPU time (s) 334.7
Current children cumulated vsize (KiB) 2016644

[startup+335.1 s]
/proc/loadavg: 2.00 2.01 1.83 3/437 5393
/proc/meminfo: memFree=23393668/32951124 swapFree=64205392/67111528
[pid=5384] ppid=5381 vsize=0 CPUtime=335.09 cores=1,3,5,7
/proc/5384/stat : 5384 (qutersat_releas) R 5381 5384 5259 0 -1 4202500 419176 0 0 0 33450 59 0 0 25 0 1 0 665824500 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/5384/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 335.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 335.138
CPU time (s): 335.143
CPU user time (s): 334.509
CPU system time (s): 0.633903
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2016644

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

runsolver used 1.2898 second user time and 3.2995 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 12:37:45
IDJOB=3384307
IDBENCH=71037
IDSOLVER=1868
FILE ID=node136/3384307-1305542264
RUNJOBID= node136-1305540197-5278
PBS_JOBID= 13329217
Free space on /tmp= 72944 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384307-1305542264/watcher-3384307-1305542264 -o /tmp/evaluation-result-3384307-1305542264/solver-3384307-1305542264 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384307-1305542264.cnf 590367528

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=590367528

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25113660 kB
Buffers:         11616 kB
Cached:         542140 kB
SwapCached:      24924 kB
Active:        1236000 kB
Inactive:      6398580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25113660 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:           27548 kB
Writeback:           0 kB
AnonPages:     7061804 kB
Mapped:          34796 kB
Slab:            84228 kB
PageTables:      52744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122893540 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= 72944 MiB
End job on node136 at 2011-05-16 12:43:21