Trace number 3283505

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 389.689 389.703

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Set FPU double precision.
0.49/0.50	c Parse Cnf success: #var: 199304 #clause: 1005834
0.49/0.50	c Find Units :      10249
0.49/0.56	c Find Invs  :       1358
0.59/0.68	c Find Ands  :      94017 AvgFaninNum: 3.56908
0.59/0.69	c Find Xors  :          0 AvgFaninNum: nan
0.69/0.71	c Find Ite   :          0
0.69/0.79	c UnDirect variable: 0
0.69/0.79	c UnDirect to Direct Gate: 141
0.69/0.79	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.79/0.80	c Break Cycle : 40966
0.79/0.80	c Total Root : 6809 Undef Var: 164075
0.79/0.85	c After covering, Total Root: 18564 Leaf: 74919
0.79/0.85	c Variable( cover/uncovered/unused ): 110148 89156 0
0.79/0.85	c Unit Clauses: 10249
0.79/0.85	c Binary Clauses( cover/uncovered ): 98818 604329
0.79/0.85	c Clauses( cover/uncovered ): 35088 192260
0.79/0.85	c Total Clauses( cover/uncovered ): 144155 796589 15.3235%
0.79/0.85	c Covered Ands: 35088 Invs: 141 Xors: 0 Ites: 0
1.48/1.50	c Uncover Clauses avg size: 2.39767 max size: 10
1.48/1.51	c Final circuit: i/l/o/s  159877       0  722516   1073670
1.48/1.51	c CnfToAig: Time: 1.5 s
2.48/2.51	c TmMap: Set choices finish.
2.98/3.01	c TmMap: Set big and: 747365
2.98/3.01	c TmMap: Origin: 1233548 ClauseNum: 3221010 --> New: 907813 ClauseNum: 2567854
2.98/3.01	c TmMap: Time: 0.66
3.08/3.18	c Try to Add: #clause: 1497162 #xorclause: 0
3.38/3.45	c #var: 188116 #clauses: 210961 Solving... 
389.58/389.61	s UNSATISFIABLE
389.58/389.64	c CPU time: 389.62 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-3283505-1303759508/watcher-3283505-1303759508 -o /tmp/evaluation-result-3283505-1303759508/solver-3283505-1303759508 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283505-1303759508.cnf 1160139458 

running on 2 cores: 5,7

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.14 0.38 1.44 2/183 15653
/proc/meminfo: memFree=18711512/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=28644 CPUtime=0 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 839 0 0 0 0 0 0 0 21 0 1 0 487549134 29331456 774 33554432000 4194304 6016207 140735067981008 18446744073709551615 246516528187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15653/statm: 7161 786 289 445 0 705 0

[startup+0.0386309 s]
/proc/loadavg: 0.14 0.38 1.44 2/183 15653
/proc/meminfo: memFree=18711512/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=43180 CPUtime=0.03 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 4651 0 0 0 3 0 0 0 21 0 1 0 487549134 44216320 4586 33554432000 4194304 6016207 140735067981008 18446744073709551615 4804536 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 10795 4587 379 445 0 4339 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43180

[startup+0.100621 s]
/proc/loadavg: 0.14 0.38 1.44 2/183 15653
/proc/meminfo: memFree=18711512/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=61612 CPUtime=0.09 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 8806 0 0 0 9 0 0 0 21 0 1 0 487549134 63090688 8741 33554432000 4194304 6016207 140735067981008 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 15403 8742 379 445 0 8947 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61612

[startup+0.300584 s]
/proc/loadavg: 0.14 0.38 1.44 2/183 15653
/proc/meminfo: memFree=18711512/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=91436 CPUtime=0.28 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 16049 0 0 0 27 1 0 0 22 0 1 0 487549134 93630464 15984 33554432000 4194304 6016207 140735067981008 18446744073709551615 4779956 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 22859 15985 379 445 0 16403 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 91436

[startup+0.70051 s]
/proc/loadavg: 0.14 0.38 1.44 2/183 15653
/proc/meminfo: memFree=18711512/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=127020 CPUtime=0.69 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 25432 0 0 0 66 3 0 0 23 0 1 0 487549134 130068480 25367 33554432000 4194304 6016207 140735067981008 18446744073709551615 4283455 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 31755 25367 398 445 0 25299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127020

[startup+1.50037 s]
/proc/loadavg: 0.14 0.38 1.44 5/188 15662
/proc/meminfo: memFree=18552808/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=241880 CPUtime=1.48 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 51704 0 0 0 143 5 0 0 25 0 1 0 487549134 247685120 51639 33554432000 4194304 6016207 140735067981008 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 60470 51639 400 445 0 54014 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 241880

[startup+3.10108 s]
/proc/loadavg: 0.45 0.44 1.45 5/194 15674
/proc/meminfo: memFree=18126700/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=489320 CPUtime=3.08 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 113716 0 0 0 296 12 0 0 25 0 1 0 487549134 501063680 113651 33554432000 4194304 6016207 140735067981008 18446744073709551615 4809721 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 122330 113651 672 445 0 115874 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 489320

[startup+6.30049 s]
/proc/loadavg: 0.45 0.44 1.45 5/194 15674
/proc/meminfo: memFree=17101956/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=489320 CPUtime=6.28 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 113834 0 0 0 616 12 0 0 25 0 1 0 487549134 501063680 113682 33554432000 4194304 6016207 140735067981008 18446744073709551615 4668120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 122330 113682 700 445 0 115874 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 489320

[startup+12.7003 s]
/proc/loadavg: 1.00 0.56 1.48 5/194 15674
/proc/meminfo: memFree=16775972/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=649164 CPUtime=12.68 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 148389 0 0 0 1251 17 0 0 25 0 1 0 487549134 664743936 144567 33554432000 4194304 6016207 140735067981008 18446744073709551615 4540400 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 162291 144567 711 445 0 155835 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 649164

[startup+25.501 s]
/proc/loadavg: 1.46 0.67 1.50 6/194 15674
/proc/meminfo: memFree=16484760/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=727500 CPUtime=25.49 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 160640 0 0 0 2530 19 0 0 25 0 1 0 487549134 744960000 156809 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425159 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 181875 156809 724 445 0 175419 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 727500

[startup+51.1003 s]
/proc/loadavg: 2.32 0.94 1.57 5/194 15729
/proc/meminfo: memFree=16326884/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=763308 CPUtime=51.08 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 170753 0 0 0 5087 21 0 0 25 0 1 0 487549134 781627392 166922 33554432000 4194304 6016207 140735067981008 18446744073709551615 4373784 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 190827 166922 724 445 0 184371 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 763308

[startup+102.307 s]
/proc/loadavg: 3.33 1.45 1.71 6/194 15757
/proc/meminfo: memFree=15118936/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1240648 CPUtime=102.27 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 265706 0 0 0 10192 35 0 0 25 0 1 0 487549134 1270423552 261860 33554432000 4194304 6016207 140735067981008 18446744073709551615 4518995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 310162 261860 731 445 0 303706 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1240648

[startup+162.301 s]
/proc/loadavg: 3.77 1.89 1.84 5/194 15759
/proc/meminfo: memFree=14505224/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1478040 CPUtime=162.27 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 305953 0 0 0 16184 43 0 0 25 0 1 0 487549134 1513512960 302107 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 369510 302107 731 445 0 363054 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1478040

[startup+222.301 s]
/proc/loadavg: 3.92 2.30 1.98 5/194 15761
/proc/meminfo: memFree=14075920/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1689448 CPUtime=222.28 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 350700 0 0 0 22177 51 0 0 25 0 1 0 487549134 1729994752 346843 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 422362 346843 737 445 0 415906 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1689448

[startup+282.3 s]
/proc/loadavg: 3.97 2.58 2.10 5/194 15762
/proc/meminfo: memFree=13831252/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1717588 CPUtime=282.27 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 358230 0 0 0 28175 52 0 0 25 0 1 0 487549134 1758810112 354368 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 429397 354368 732 445 0 422941 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 1717588

[startup+342.3 s]
/proc/loadavg: 4.02 2.87 2.23 5/194 15764
/proc/meminfo: memFree=13642136/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1731696 CPUtime=342.28 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 365493 0 0 0 34173 55 0 0 25 0 1 0 487549134 1773256704 361497 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 432924 361497 731 445 0 426468 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1731696

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

[startup+358.3 s]
/proc/loadavg: 4.01 2.93 2.26 5/194 15764
/proc/meminfo: memFree=13622796/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1731696 CPUtime=358.28 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 366122 0 0 0 35773 55 0 0 25 0 1 0 487549134 1773256704 362126 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 432924 362126 731 445 0 426468 0
Current children cumulated CPU time (s) 358.28
Current children cumulated vsize (KiB) 1731696

[startup+371.101 s]
/proc/loadavg: 4.01 2.96 2.27 6/194 15765
/proc/meminfo: memFree=13590928/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1793328 CPUtime=371.08 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 367420 0 0 0 37052 56 0 0 25 0 1 0 487549134 1836367872 363424 33554432000 4194304 6016207 140735067981008 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 448332 363424 731 445 0 441876 0
Current children cumulated CPU time (s) 371.08
Current children cumulated vsize (KiB) 1793328

[startup+377.501 s]
/proc/loadavg: 4.01 2.99 2.29 5/194 15765
/proc/meminfo: memFree=13586956/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1793328 CPUtime=377.48 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 367423 0 0 0 37692 56 0 0 25 0 1 0 487549134 1836367872 363427 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 448332 363427 731 445 0 441876 0
Current children cumulated CPU time (s) 377.48
Current children cumulated vsize (KiB) 1793328

[startup+383.907 s]
/proc/loadavg: 4.01 3.01 2.30 5/194 15765
/proc/meminfo: memFree=13586956/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1793328 CPUtime=383.89 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 367423 0 0 0 38333 56 0 0 25 0 1 0 487549134 1836367872 363427 33554432000 4194304 6016207 140735067981008 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 448332 363427 731 445 0 441876 0
Current children cumulated CPU time (s) 383.89
Current children cumulated vsize (KiB) 1793328

[startup+387.101 s]
/proc/loadavg: 4.01 3.03 2.31 6/194 15765
/proc/meminfo: memFree=13586956/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1793328 CPUtime=387.09 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 367423 0 0 0 38653 56 0 0 25 0 1 0 487549134 1836367872 363427 33554432000 4194304 6016207 140735067981008 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 448332 363427 731 445 0 441876 0
Current children cumulated CPU time (s) 387.09
Current children cumulated vsize (KiB) 1793328

[startup+388.701 s]
/proc/loadavg: 4.01 3.03 2.31 5/194 15765
/proc/meminfo: memFree=13586956/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1793328 CPUtime=388.68 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 367423 0 0 0 38812 56 0 0 25 0 1 0 487549134 1836367872 363427 33554432000 4194304 6016207 140735067981008 18446744073709551615 4424231 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 448332 363427 731 445 0 441876 0
Current children cumulated CPU time (s) 388.68
Current children cumulated vsize (KiB) 1793328

[startup+389.501 s]
/proc/loadavg: 4.01 3.03 2.31 5/194 15765
/proc/meminfo: memFree=13586956/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=1793328 CPUtime=389.48 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202496 367424 0 0 0 38892 56 0 0 25 0 1 0 487549134 1836367872 363428 33554432000 4194304 6016207 140735067981008 18446744073709551615 4373988 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15653/statm: 448332 363428 731 445 0 441876 0
Current children cumulated CPU time (s) 389.48
Current children cumulated vsize (KiB) 1793328

[startup+389.701 s]
/proc/loadavg: 4.01 3.03 2.31 5/194 15765
/proc/meminfo: memFree=13586956/32951124 swapFree=67111416/67111528
[pid=15653] ppid=15651 vsize=0 CPUtime=389.68 cores=5,7
/proc/15653/stat : 15653 (qutersat_releas) R 15651 15653 15612 0 -1 4202500 367429 0 0 0 38906 62 0 0 25 0 1 0 487549134 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 389.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 389.703
CPU time (s): 389.689
CPU user time (s): 389.066
CPU system time (s): 0.622905
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 1793328

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

runsolver used 0.606907 second user time and 1.52377 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:25:09
IDJOB=3283505
IDBENCH=71039
IDSOLVER=1607
FILE ID=node134/3283505-1303759508
RUNJOBID= node134-1303759504-15634
PBS_JOBID= 13157124
Free space on /tmp= 71040 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283505-1303759508/watcher-3283505-1303759508 -o /tmp/evaluation-result-3283505-1303759508/solver-3283505-1303759508 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3283505-1303759508.cnf 1160139458

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1160139458

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18711792 kB
Buffers:       2348964 kB
Cached:       11161736 kB
SwapCached:        108 kB
Active:        9176716 kB
Inactive:      4508204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18711792 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           29296 kB
Writeback:           0 kB
AnonPages:      173328 kB
Mapped:          16896 kB
Slab:           490196 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326544 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70988 MiB
End job on node134 at 2011-04-25 21:31:39