Trace number 3384299

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 836.146 836.185

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.7592
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c Set FPU double precision.
2.29/2.34	c Parse Cnf success: #var: 486992 #clause: 2456708
2.29/2.34	c Find Units :      45558
2.29/2.39	c Find Invs  :        226
2.99/3.01	c Find Ands  :     205682 AvgFaninNum: 2.21034
3.09/3.14	c Find Xors  :          0 AvgFaninNum: nan
3.31/3.38	c Find Ite   :          0
4.09/4.19	c UnDirect variable: 8
4.09/4.19	c UnDirect to Direct Gate: 1
4.09/4.19	c Forced Direct Gate: 1 Unuse unDirect Gate: 4
4.19/4.22	c Break Cycle : 14268
4.19/4.22	c Total Root : 39543 Undef Var: 296576
4.30/4.36	c After covering, Total Root: 45143 Leaf: 240108
4.30/4.36	c Variable( cover/uncovered/unused ): 430524 56468 0
4.30/4.36	c Unit Clauses: 45558
4.30/4.36	c Binary Clauses( cover/uncovered ): 385361 213792
4.30/4.36	c Clauses( cover/uncovered ): 190415 1620798
4.30/4.36	c Total Clauses( cover/uncovered ): 621334 1834590 25.2994%
4.30/4.36	c Covered Ands: 190415 Invs: 1 Xors: 0 Ites: 0
5.89/5.98	c Uncover Clauses avg size: 3.13599 max size: 5
5.99/6.01	c Final circuit: i/l/o/s  251050       0 1649096   2984412
5.99/6.01	c CnfToAig: Time: 6.01 s
7.99/8.09	c TmMap: Set choices finish.
9.09/9.11	c TmMap: Set big and: 1656755
9.09/9.11	c TmMap: Origin: 3235463 ClauseNum: 8953236 --> New: 1907874 ClauseNum: 6284192
9.09/9.11	c TmMap: Time: 1.35
9.59/9.60	c Try to Add: #clause: 3313850 #xorclause: 0
10.09/10.12	c #var: 280428 #clauses: 1090944 Solving... 
835.97/836.09	s UNSATISFIABLE
836.06/836.14	c CPU time: 836.1 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-3384299-1305541772/watcher-3384299-1305541772 -o /tmp/evaluation-result-3384299-1305541772/solver-3384299-1305541772 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384299-1305541772.cnf 1527559332 

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.24 2.08 1.66 2/332 2540
/proc/meminfo: memFree=18200512/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=31844 CPUtime=0 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 1168 0 0 0 0 0 0 0 22 0 1 0 665775221 32608256 1104 33554432000 4194304 6014671 140736124045424 18446744073709551615 271550231611 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2540/statm: 7961 1116 305 445 0 1506 0

[startup+0.0404691 s]
/proc/loadavg: 2.24 2.08 1.66 2/332 2540
/proc/meminfo: memFree=18200512/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=53508 CPUtime=0.03 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 7054 0 0 0 3 0 0 0 22 0 1 0 665775221 54792192 6990 33554432000 4194304 6014671 140736124045424 18446744073709551615 4304203 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 13377 6990 378 445 0 6922 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 53508

[startup+0.100446 s]
/proc/loadavg: 2.24 2.08 1.66 2/332 2540
/proc/meminfo: memFree=18200512/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=63748 CPUtime=0.09 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 9598 0 0 0 8 1 0 0 22 0 1 0 665775221 65277952 9534 33554432000 4194304 6014671 140736124045424 18446744073709551615 4306744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 15937 9534 378 445 0 9482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63748

[startup+0.300417 s]
/proc/loadavg: 2.24 2.08 1.66 2/332 2540
/proc/meminfo: memFree=18200512/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=97796 CPUtime=0.29 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 17957 0 0 0 28 1 0 0 23 0 1 0 665775221 100143104 17893 33554432000 4194304 6014671 140736124045424 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 24449 17893 378 445 0 17994 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97796

[startup+0.700332 s]
/proc/loadavg: 2.24 2.08 1.66 2/332 2540
/proc/meminfo: memFree=18200512/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=159620 CPUtime=0.69 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 33333 0 0 0 66 3 0 0 25 0 1 0 665775221 163450880 33269 33554432000 4194304 6014671 140736124045424 18446744073709551615 4309312 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 39905 33269 378 445 0 33450 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159620

[startup+1.50019 s]
/proc/loadavg: 2.24 2.08 1.66 3/333 2541
/proc/meminfo: memFree=18023892/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=328708 CPUtime=1.49 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 74796 0 0 0 141 8 0 0 25 0 1 0 665775221 336596992 74732 33554432000 4194304 6014671 140736124045424 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 82177 74732 378 445 0 75722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 328708

[startup+3.10091 s]
/proc/loadavg: 2.22 2.08 1.66 3/333 2541
/proc/meminfo: memFree=17859840/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=406660 CPUtime=3.09 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 91854 0 0 0 298 11 0 0 25 0 1 0 665775221 416419840 91790 33554432000 4194304 6014671 140736124045424 18446744073709551615 4279118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 101665 91790 394 445 0 95210 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 406660

[startup+6.30032 s]
/proc/loadavg: 2.22 2.08 1.66 3/333 2541
/proc/meminfo: memFree=17757308/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=941792 CPUtime=6.29 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 224158 0 0 0 604 25 0 0 25 0 1 0 665775221 964395008 223974 33554432000 4194304 6014671 140736124045424 18446744073709551615 4817308 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 235448 223974 668 445 0 228993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 941792

[startup+12.7001 s]
/proc/loadavg: 2.18 2.08 1.67 3/333 2541
/proc/meminfo: memFree=17078564/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=12.69 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282252 0 0 0 1238 31 0 0 25 0 1 0 665775221 1185308672 280171 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280171 702 445 0 282927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1157528

[startup+25.5008 s]
/proc/loadavg: 2.16 2.07 1.67 3/333 2541
/proc/meminfo: memFree=17078812/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=25.49 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282279 0 0 0 2518 31 0 0 25 0 1 0 665775221 1185308672 280198 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280198 728 445 0 282927 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1157528

[startup+51.1012 s]
/proc/loadavg: 2.24 2.10 1.69 3/333 2542
/proc/meminfo: memFree=17071668/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=51.09 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282280 0 0 0 5078 31 0 0 25 0 1 0 665775221 1185308672 280199 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280199 728 445 0 282927 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1157528

[startup+102.313 s]
/proc/loadavg: 2.10 2.08 1.70 3/333 2543
/proc/meminfo: memFree=17069996/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=102.3 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282280 0 0 0 10199 31 0 0 25 0 1 0 665775221 1185308672 280199 33554432000 4194304 6014671 140736124045424 18446744073709551615 4731797 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280199 728 445 0 282927 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1157528

[startup+162.301 s]
/proc/loadavg: 2.09 2.08 1.73 3/333 2545
/proc/meminfo: memFree=17067200/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=162.29 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282280 0 0 0 16198 31 0 0 25 0 1 0 665775221 1185308672 280199 33554432000 4194304 6014671 140736124045424 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280199 728 445 0 282927 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1157528

[startup+222.301 s]
/proc/loadavg: 2.03 2.06 1.74 3/333 2547
/proc/meminfo: memFree=17059248/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=222.26 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282283 0 0 0 22195 31 0 0 25 0 1 0 665775221 1185308672 280202 33554432000 4194304 6014671 140736124045424 18446744073709551615 4376967 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280202 728 445 0 282927 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1157528

[startup+282.301 s]
/proc/loadavg: 2.01 2.05 1.75 3/333 2548
/proc/meminfo: memFree=17059360/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=282.26 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282283 0 0 0 28195 31 0 0 25 0 1 0 665775221 1185308672 280202 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423351 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280202 728 445 0 282927 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 1157528

[startup+342.3 s]
/proc/loadavg: 2.05 2.05 1.77 3/333 2550
/proc/meminfo: memFree=17059332/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=342.25 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282283 0 0 0 34194 31 0 0 25 0 1 0 665775221 1185308672 280202 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423292 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280202 728 445 0 282927 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 1157528

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 1.78 3/333 2551
/proc/meminfo: memFree=17059812/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=402.25 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282283 0 0 0 40194 31 0 0 25 0 1 0 665775221 1185308672 280202 33554432000 4194304 6014671 140736124045424 18446744073709551615 4376726 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280202 728 445 0 282927 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 1157528

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 1.79 3/333 2553
/proc/meminfo: memFree=17060152/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1157528 CPUtime=462.25 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 282283 0 0 0 46194 31 0 0 25 0 1 0 665775221 1185308672 280202 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423623 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 289382 280202 728 445 0 282927 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 1157528

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.80 3/333 2555
/proc/meminfo: memFree=17034956/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1180420 CPUtime=522.26 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 287865 0 0 0 52193 33 0 0 25 0 1 0 665775221 1208750080 285784 33554432000 4194304 6014671 140736124045424 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 295105 285784 728 445 0 288650 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 1180420

[startup+582.301 s]
/proc/loadavg: 2.07 2.05 1.82 3/333 2556
/proc/meminfo: memFree=17034556/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1203660 CPUtime=582.26 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 287886 0 0 0 58193 33 0 0 25 0 1 0 665775221 1232547840 285805 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 300915 285805 728 445 0 294460 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 1203660

[startup+642.301 s]
/proc/loadavg: 2.18 2.07 1.84 3/333 2558
/proc/meminfo: memFree=17010976/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=642.26 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294021 0 0 0 64192 34 0 0 25 0 1 0 665775221 1327734784 291707 33554432000 4194304 6014671 140736124045424 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 291707 728 445 0 317699 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 1296616

[startup+702.301 s]
/proc/loadavg: 2.14 2.07 1.85 3/333 2559
/proc/meminfo: memFree=17010332/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=702.25 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294184 0 0 0 70191 34 0 0 25 0 1 0 665775221 1327734784 291870 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 291870 728 445 0 317699 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 1296616

[startup+762.313 s]
/proc/loadavg: 2.05 2.05 1.86 3/333 2561
/proc/meminfo: memFree=17008824/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=762.27 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 76192 35 0 0 25 0 1 0 665775221 1327734784 292074 33554432000 4194304 6014671 140736124045424 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292074 728 445 0 317699 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 1296616

[startup+822.301 s]
/proc/loadavg: 2.06 2.06 1.87 3/333 2563
/proc/meminfo: memFree=16991548/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=822.26 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 82191 35 0 0 25 0 1 0 665775221 1327734784 292074 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292074 728 445 0 317699 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 1296616

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

[startup+825.5 s]
/proc/loadavg: 2.06 2.06 1.87 3/333 2563
/proc/meminfo: memFree=16991548/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=825.46 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 82511 35 0 0 25 0 1 0 665775221 1327734784 292074 33554432000 4194304 6014671 140736124045424 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292074 728 445 0 317699 0
Current children cumulated CPU time (s) 825.46
Current children cumulated vsize (KiB) 1296616

[startup+831.901 s]
/proc/loadavg: 2.05 2.05 1.87 3/333 2563
/proc/meminfo: memFree=16991544/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=831.86 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 83151 35 0 0 25 0 1 0 665775221 1327734784 292074 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292074 728 445 0 317699 0
Current children cumulated CPU time (s) 831.86
Current children cumulated vsize (KiB) 1296616

[startup+833.501 s]
/proc/loadavg: 2.05 2.05 1.87 3/333 2563
/proc/meminfo: memFree=16991544/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=833.46 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 83311 35 0 0 25 0 1 0 665775221 1327734784 292074 33554432000 4194304 6014671 140736124045424 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292074 728 445 0 317699 0
Current children cumulated CPU time (s) 833.46
Current children cumulated vsize (KiB) 1296616

[startup+835.101 s]
/proc/loadavg: 2.05 2.05 1.87 3/333 2563
/proc/meminfo: memFree=16991544/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=835.06 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 83471 35 0 0 25 0 1 0 665775221 1327734784 292074 33554432000 4194304 6014671 140736124045424 18446744073709551615 4423288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292074 728 445 0 317699 0
Current children cumulated CPU time (s) 835.06
Current children cumulated vsize (KiB) 1296616

[startup+835.9 s]
/proc/loadavg: 2.05 2.05 1.87 3/333 2563
/proc/meminfo: memFree=16991544/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=835.86 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 83551 35 0 0 25 0 1 0 665775221 1327734784 292074 33554432000 4194304 6014671 140736124045424 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292074 728 445 0 317699 0
Current children cumulated CPU time (s) 835.86
Current children cumulated vsize (KiB) 1296616

[startup+836.1 s]
/proc/loadavg: 2.05 2.05 1.87 3/333 2563
/proc/meminfo: memFree=16991544/32951124 swapFree=67056788/67111528
[pid=2540] ppid=2538 vsize=1296616 CPUtime=836.06 cores=1,3,5,7
/proc/2540/stat : 2540 (qutersat_releas) R 2538 2540 2400 0 -1 4202496 294388 0 0 0 83571 35 0 0 25 0 1 0 665775221 1327734784 292008 33554432000 4194304 6014671 140736124045424 18446744073709551615 4767781 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2540/statm: 324154 292008 728 445 0 317699 0
Current children cumulated CPU time (s) 836.06
Current children cumulated vsize (KiB) 1296616

Child status: 0
Real time (s): 836.185
CPU time (s): 836.146
CPU user time (s): 835.752
CPU system time (s): 0.39394
CPU usage (%): 99.9953
Max. virtual memory (cumulated for all children) (KiB): 1296616

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

runsolver used 2.34964 second user time and 6.72398 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 12:29:33
IDJOB=3384299
IDBENCH=70961
IDSOLVER=1868
FILE ID=node133/3384299-1305541772
RUNJOBID= node133-1305540199-2421
PBS_JOBID= 13329220
Free space on /tmp= 73372 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384299-1305541772/watcher-3384299-1305541772 -o /tmp/evaluation-result-3384299-1305541772/solver-3384299-1305541772 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384299-1305541772.cnf 1527559332

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1527559332

node133.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.834
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:      18200660 kB
Buffers:        314372 kB
Cached:        4501424 kB
SwapCached:       7676 kB
Active:       11120080 kB
Inactive:      3329508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18200660 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           50704 kB
Writeback:           0 kB
AnonPages:     9631888 kB
Mapped:          30872 kB
Slab:           200748 kB
PageTables:      37128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65338052 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= 73372 MiB
End job on node133 at 2011-05-16 12:43:30