Trace number 3384528

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 3514.2 3514.1

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2200.85
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

Solver Data

0.00/0.00	c Set FPU double precision.
1.89/1.92	c Parse Cnf success: #var: 88289 #clause: 4187694
1.89/1.92	c Find Units :          1
2.19/2.27	c Find Invs  :          0
3.41/3.47	c Find Ands  :      76363 AvgFaninNum: 49.3695
3.41/3.47	c Find Xors  :          0 AvgFaninNum: nan
3.41/3.47	c Find Ite   :       7766
3.41/3.47	c UnDirect variable: 0
3.41/3.47	c UnDirect to Direct Gate: 0
3.41/3.47	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.41/3.47	c Break Cycle : 0
3.41/3.47	c Total Root : 1 Undef Var: 4160
4.90/4.95	c After covering, Total Root: 1 Leaf: 2453
4.90/4.95	c Variable( cover/uncovered/unused ): 86582 1707 0
4.90/4.95	c Unit Clauses: 1
4.90/4.95	c Binary Clauses( cover/uncovered ): 3770000 0
4.90/4.95	c Clauses( cover/uncovered ): 107427 310266
4.90/4.95	c Total Clauses( cover/uncovered ): 3877428 310266 92.591%
4.90/4.95	c Covered Ands: 76363 Invs: 0 Xors: 0 Ites: 7766
5.19/5.27	c Uncover Clauses avg size: 3 max size: 3
5.19/5.28	c Final circuit: i/l/o/s    4160       0  310267   1195656
5.19/5.28	c CnfToAig: Time: 5.27 s
7.19/7.27	c TmMap: Set choices finish.
7.59/7.68	c TmMap: Set big and: 409368
7.59/7.68	c TmMap: Origin: 1199817 ClauseNum: 3586968 --> New: 455830 ClauseNum: 2072650
7.59/7.68	c TmMap: Time: 0.64
12.60/12.60	c Simulation --> TransNum: 1918812/2072650 Try to Add: #clause: 890266 #xorclause: 0
12.90/12.91	c #var: 142742 #clauses: 488653 Solving... 
25.40/25.45	c Abstract SAT
26.19/26.23	c Simulation --> TransNum: 1986564/2072650 Try to Add: #clause: 683 #xorclause: 0
26.19/26.24	c #var: 142747 #clauses: 577144 Solving... 
26.59/26.65	c Abstract SAT
27.39/27.43	c Simulation --> TransNum: 1989209/2072650 Try to Add: #clause: 957 #xorclause: 0
27.39/27.44	c #var: 143184 #clauses: 582464 Solving... 
27.69/27.70	c Abstract SAT
27.69/27.70	c Simulation --> TransNum: 2072650/2072650 Try to Add: #clause: 72688 #xorclause: 0
27.79/27.80	c #var: 145562 #clauses: 710510 Solving... 
3513.99/3513.99	s UNSATISFIABLE
3514.09/3514.01	c CPU time: 3514.11 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-3384528-1305555503/watcher-3384528-1305555503 -o /tmp/evaluation-result-3384528-1305555503/solver-3384528-1305555503 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384528-1305555503.cnf 558185385 

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: 1.99 1.62 1.37 2/332 3613
/proc/meminfo: memFree=18504664/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=34436 CPUtime=0 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 2244 0 0 0 0 0 0 0 23 0 1 0 667148407 35262464 2180 33554432000 4194304 6014671 140735032197584 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 8609 2180 378 445 0 2154 0

[startup+0.102689 s]
/proc/loadavg: 1.99 1.62 1.37 2/332 3613
/proc/meminfo: memFree=18504664/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=59012 CPUtime=0.09 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 8206 0 0 0 8 1 0 0 24 0 1 0 667148407 60428288 8142 33554432000 4194304 6014671 140735032197584 18446744073709551615 271550537472 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 14753 8143 378 445 0 8298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59012

[startup+0.200675 s]
/proc/loadavg: 1.99 1.62 1.37 2/332 3613
/proc/meminfo: memFree=18504664/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=83588 CPUtime=0.19 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 13783 0 0 0 18 1 0 0 25 0 1 0 667148407 85594112 13719 33554432000 4194304 6014671 140735032197584 18446744073709551615 4308495 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 20897 13719 378 445 0 14442 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83588

[startup+0.300655 s]
/proc/loadavg: 1.99 1.62 1.37 2/332 3613
/proc/meminfo: memFree=18504664/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=83716 CPUtime=0.29 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 14459 0 0 0 27 2 0 0 25 0 1 0 667148407 85725184 14395 33554432000 4194304 6014671 140735032197584 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 20929 14395 378 445 0 14474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83716

[startup+0.700581 s]
/proc/loadavg: 1.99 1.62 1.37 2/332 3613
/proc/meminfo: memFree=18504664/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=133124 CPUtime=0.69 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 26737 0 0 0 66 3 0 0 25 0 1 0 667148407 136318976 26673 33554432000 4194304 6014671 140735032197584 18446744073709551615 271550537472 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 33281 26674 378 445 0 26826 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133124

[startup+1.50044 s]
/proc/loadavg: 1.99 1.62 1.37 3/333 3616
/proc/meminfo: memFree=18311464/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=232324 CPUtime=1.49 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 51044 0 0 0 142 7 0 0 25 0 1 0 667148407 237899776 50980 33554432000 4194304 6014671 140735032197584 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 58081 50980 378 445 0 51626 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232324

[startup+3.10015 s]
/proc/loadavg: 2.07 1.64 1.38 3/333 3616
/proc/meminfo: memFree=18248968/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=316164 CPUtime=3.09 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 72691 0 0 0 300 9 0 0 25 0 1 0 667148407 323751936 72627 33554432000 4194304 6014671 140735032197584 18446744073709551615 4285816 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 79041 72627 383 445 0 72586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 316164

[startup+6.30057 s]
/proc/loadavg: 2.07 1.64 1.38 3/333 3616
/proc/meminfo: memFree=18110116/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=423228 CPUtime=6.29 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 99946 0 0 0 618 11 0 0 25 0 1 0 667148407 433385472 99882 33554432000 4194304 6014671 140735032197584 18446744073709551615 4260471 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 105807 99882 668 445 0 99352 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 423228

[startup+12.7004 s]
/proc/loadavg: 2.06 1.65 1.38 3/333 3616
/proc/meminfo: memFree=17971120/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=559448 CPUtime=12.7 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 133531 0 0 0 1254 16 0 0 25 0 1 0 667148407 572874752 133467 33554432000 4194304 6014671 140735032197584 18446744073709551615 271550234245 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 139862 133467 693 445 0 133407 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 559448

[startup+25.5011 s]
/proc/loadavg: 2.05 1.66 1.39 3/333 3616
/proc/meminfo: memFree=17718272/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=886380 CPUtime=25.49 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 205211 0 0 0 2526 23 0 0 25 0 1 0 667148407 907653120 205146 33554432000 4194304 6014671 140735032197584 18446744073709551615 4245255 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 221595 205146 726 445 0 215140 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 886380

[startup+51.1004 s]
/proc/loadavg: 2.18 1.72 1.41 3/333 3617
/proc/meminfo: memFree=17670300/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=902764 CPUtime=51.09 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 208429 0 0 0 5086 23 0 0 25 0 1 0 667148407 924430336 208364 33554432000 4194304 6014671 140735032197584 18446744073709551615 4422782 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 225691 208364 726 445 0 219236 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 902764

[startup+102.301 s]
/proc/loadavg: 2.12 1.78 1.45 3/333 3619
/proc/meminfo: memFree=17368772/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=1251564 CPUtime=102.3 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 283133 0 0 0 10197 33 0 0 25 0 1 0 667148407 1281601536 283068 33554432000 4194304 6014671 140735032197584 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 312891 283068 730 445 0 306436 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1251564

[startup+162.3 s]
/proc/loadavg: 2.12 1.83 1.49 3/333 3620
/proc/meminfo: memFree=17043996/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=1633368 CPUtime=162.3 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 359669 0 0 0 16188 42 0 0 25 0 1 0 667148407 1672568832 359604 33554432000 4194304 6014671 140735032197584 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 408342 359604 730 445 0 401887 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1633368

[startup+222.312 s]
/proc/loadavg: 2.04 1.86 1.52 3/333 3622
/proc/meminfo: memFree=16895804/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=1815164 CPUtime=222.31 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 396189 0 0 0 22184 47 0 0 25 0 1 0 667148407 1858727936 396065 33554432000 4194304 6014671 140735032197584 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 453791 396065 730 445 0 447336 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1815164

[startup+282.3 s]
/proc/loadavg: 2.05 1.90 1.55 3/333 3623
/proc/meminfo: memFree=16840108/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=1858068 CPUtime=282.3 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 408740 0 0 0 28180 50 0 0 25 0 1 0 667148407 1902661632 408616 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 464517 408616 730 445 0 458062 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1858068

[startup+342.3 s]
/proc/loadavg: 2.01 1.91 1.57 3/333 3625
/proc/meminfo: memFree=16774372/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=1908776 CPUtime=342.3 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 421995 0 0 0 34178 52 0 0 25 0 1 0 667148407 1954586624 421837 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 477194 421837 783 445 0 470739 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1908776

[startup+402.301 s]
/proc/loadavg: 2.05 1.94 1.60 3/333 3627
/proc/meminfo: memFree=16723760/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2048816 CPUtime=402.3 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 433933 0 0 0 40176 54 0 0 25 0 1 0 667148407 2097987584 433722 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 512204 433722 730 445 0 505749 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2048816

[startup+462.301 s]
/proc/loadavg: 2.01 1.95 1.63 3/333 3629
/proc/meminfo: memFree=16673268/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2161648 CPUtime=462.31 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 443226 0 0 0 46175 56 0 0 25 0 1 0 667148407 2213527552 442997 33554432000 4194304 6014671 140735032197584 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 540412 442997 730 445 0 533957 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2161648

[startup+522.301 s]
/proc/loadavg: 2.00 1.95 1.65 3/333 3631
/proc/meminfo: memFree=16635296/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2161648 CPUtime=522.31 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 451214 0 0 0 52173 58 0 0 25 0 1 0 667148407 2213527552 450985 33554432000 4194304 6014671 140735032197584 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 540412 450985 730 445 0 533957 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2161648

[startup+582.301 s]
/proc/loadavg: 2.04 1.97 1.67 3/333 3632
/proc/meminfo: memFree=16590140/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2277448 CPUtime=582.3 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 460018 0 0 0 58171 59 0 0 25 0 1 0 667148407 2332106752 459713 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 569362 459713 730 445 0 562907 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2277448

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=15984476/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736584 CPUtime=2922.37 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 582024 0 0 0 292153 84 0 0 25 0 1 0 667148407 2802262016 574245 33554432000 4194304 6014671 140735032197584 18446744073709551615 4382719 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684146 574245 731 445 0 677691 0
Current children cumulated CPU time (s) 2922.37
Current children cumulated vsize (KiB) 2736584

[startup+2982.3 s]
/proc/loadavg: 2.03 2.04 1.97 3/333 3717
/proc/meminfo: memFree=15984328/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736584 CPUtime=2982.37 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 582024 0 0 0 298153 84 0 0 25 0 1 0 667148407 2802262016 574245 33554432000 4194304 6014671 140735032197584 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684146 574245 731 445 0 677691 0
Current children cumulated CPU time (s) 2982.37
Current children cumulated vsize (KiB) 2736584

[startup+3042.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/333 3719
/proc/meminfo: memFree=15984540/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736584 CPUtime=3042.39 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 582025 0 0 0 304154 85 0 0 25 0 1 0 667148407 2802262016 574246 33554432000 4194304 6014671 140735032197584 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684146 574246 731 445 0 677691 0
Current children cumulated CPU time (s) 3042.39
Current children cumulated vsize (KiB) 2736584

[startup+3102.3 s]
/proc/loadavg: 2.02 2.04 1.97 3/333 3721
/proc/meminfo: memFree=15984644/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3102.39 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 582076 0 0 0 310154 85 0 0 25 0 1 0 667148407 2802393088 574297 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 574297 731 445 0 677723 0
Current children cumulated CPU time (s) 3102.39
Current children cumulated vsize (KiB) 2736712

[startup+3162.3 s]
/proc/loadavg: 2.04 2.04 1.98 3/333 3722
/proc/meminfo: memFree=15984868/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3162.39 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 582077 0 0 0 316154 85 0 0 25 0 1 0 667148407 2802393088 574298 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 574298 731 445 0 677723 0
Current children cumulated CPU time (s) 3162.39
Current children cumulated vsize (KiB) 2736712

[startup+3222.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/333 3724
/proc/meminfo: memFree=16021300/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3222.39 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 582079 0 0 0 322154 85 0 0 25 0 1 0 667148407 2802393088 565009 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 565009 731 445 0 677723 0
Current children cumulated CPU time (s) 3222.39
Current children cumulated vsize (KiB) 2736712

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3725
/proc/meminfo: memFree=15990020/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3282.39 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 590001 0 0 0 328152 87 0 0 25 0 1 0 667148407 2802393088 572931 33554432000 4194304 6014671 140735032197584 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 572931 731 445 0 677723 0
Current children cumulated CPU time (s) 3282.39
Current children cumulated vsize (KiB) 2736712

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3727
/proc/meminfo: memFree=15953184/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3342.39 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599264 0 0 0 334150 89 0 0 25 0 1 0 667148407 2802393088 582194 33554432000 4194304 6014671 140735032197584 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582194 731 445 0 677723 0
Current children cumulated CPU time (s) 3342.39
Current children cumulated vsize (KiB) 2736712

[startup+3402.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/333 3729
/proc/meminfo: memFree=15952904/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3402.4 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599390 0 0 0 340151 89 0 0 25 0 1 0 667148407 2802393088 582320 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582320 731 445 0 677723 0
Current children cumulated CPU time (s) 3402.4
Current children cumulated vsize (KiB) 2736712

[startup+3462.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/333 3730
/proc/meminfo: memFree=15952140/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3462.39 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 346150 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3462.39
Current children cumulated vsize (KiB) 2736712

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

[startup+3481.61 s]
/proc/loadavg: 2.01 2.02 1.98 3/333 3731
/proc/meminfo: memFree=15952260/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3481.71 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 348082 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3481.71
Current children cumulated vsize (KiB) 2736712

[startup+3494.4 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3731
/proc/meminfo: memFree=15952256/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3494.49 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 349360 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3494.49
Current children cumulated vsize (KiB) 2736712

[startup+3507.2 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3731
/proc/meminfo: memFree=15952248/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3507.29 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 350640 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3507.29
Current children cumulated vsize (KiB) 2736712

[startup+3510.4 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3731
/proc/meminfo: memFree=15952248/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3510.49 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 350960 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3510.49
Current children cumulated vsize (KiB) 2736712

[startup+3512 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3731
/proc/meminfo: memFree=15952248/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3512.1 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 351121 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3512.1
Current children cumulated vsize (KiB) 2736712

[startup+3512.8 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3731
/proc/meminfo: memFree=15952248/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3512.9 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 351201 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3512.9
Current children cumulated vsize (KiB) 2736712

[startup+3513.6 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3732
/proc/meminfo: memFree=15952248/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3513.69 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 351280 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4428330 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3513.69
Current children cumulated vsize (KiB) 2736712

[startup+3514 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3732
/proc/meminfo: memFree=15952248/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=2736712 CPUtime=3514.09 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) R 3611 3613 2400 0 -1 4202496 599391 0 0 0 351320 89 0 0 25 0 1 0 667148407 2802393088 582321 33554432000 4194304 6014671 140735032197584 18446744073709551615 4220880 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3613/statm: 684178 582321 731 445 0 677723 0
Current children cumulated CPU time (s) 3514.09
Current children cumulated vsize (KiB) 2736712

[startup+3514.1 s]
/proc/loadavg: 2.00 2.02 1.98 3/333 3732
/proc/meminfo: memFree=15952248/32951124 swapFree=67056788/67111528
[pid=3613] ppid=3611 vsize=0 CPUtime=3514.2 cores=1,3,5,7
/proc/3613/stat : 3613 (qutersat_releas) S 3611 3613 2400 0 -1 4202500 599395 0 0 0 351322 98 0 0 25 0 1 0 667148407 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/3613/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3514.2
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3514.1
CPU time (s): 3514.2
CPU user time (s): 3513.22
CPU system time (s): 0.98085
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2736712

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

runsolver used 10.9083 second user time and 26.8169 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 16:18:25
IDJOB=3384528
IDBENCH=88163
IDSOLVER=1868
FILE ID=node133/3384528-1305555503
RUNJOBID= node133-1305555210-3528
PBS_JOBID= 13329220
Free space on /tmp= 73340 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384528-1305555503/watcher-3384528-1305555503 -o /tmp/evaluation-result-3384528-1305555503/solver-3384528-1305555503 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384528-1305555503.cnf 558185385

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=558185385

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:      18504936 kB
Buffers:        317312 kB
Cached:        4566000 kB
SwapCached:       7676 kB
Active:       10835444 kB
Inactive:      3308428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18504936 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           82968 kB
Writeback:           0 kB
AnonPages:     9258544 kB
Mapped:          30852 kB
Slab:           202044 kB
PageTables:      36376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64915364 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= 73340 MiB
End job on node133 at 2011-05-16 17:16:59