Trace number 3376987

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)? (TO) 1300.05 1300.08

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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.06	c Set FPU double precision.
2.03/2.18	c Parse Cnf success: #var: 88289 #clause: 4187694
2.03/2.18	c Find Units :          1
2.41/2.53	c Find Invs  :          0
3.31/3.41	c Find Ands  :      76363 AvgFaninNum: 49.3695
3.31/3.42	c Find Xors  :          0 AvgFaninNum: nan
3.31/3.45	c Find Ite   :       7766
3.51/3.66	c UnDirect variable: 0
3.51/3.66	c UnDirect to Direct Gate: 0
3.51/3.66	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.61/3.70	c Break Cycle : 0
3.61/3.70	c Total Root : 1 Undef Var: 4160
5.21/5.31	c After covering, Total Root: 1 Leaf: 2453
5.21/5.31	c Variable( cover/uncovered/unused ): 86582 1707 0
5.21/5.31	c Unit Clauses: 1
5.21/5.31	c Binary Clauses( cover/uncovered ): 3770000 0
5.21/5.31	c Clauses( cover/uncovered ): 107427 310266
5.71/5.83	c Total Clauses( cover/uncovered ): 3877428 310266 92.591%
5.71/5.83	c Covered Ands: 76363 Invs: 0 Xors: 0 Ites: 7766
5.71/5.83	c Uncover Clauses avg size: 3 max size: 3
5.71/5.83	c Final circuit: i/l/o/s    4160       0  310267   1195656
5.71/5.83	c CnfToAig: Time: 5.57 s
7.61/7.70	c TmMap: Set choices finish.
8.01/8.12	c TmMap: Set big and: 409368
8.01/8.12	c TmMap: Origin: 1199817 ClauseNum: 3586968 --> New: 455830 ClauseNum: 2072650
8.01/8.12	c TmMap: Time: 0.65
13.01/13.19	c Simulation --> TransNum: 1931937/2072650 Try to Add: #clause: 893918 #xorclause: 0
13.41/13.51	c #var: 144811 #clauses: 489885 Solving... 
26.51/26.67	c Abstract SAT
27.31/27.47	c Simulation --> TransNum: 2000172/2072650 Try to Add: #clause: 385 #xorclause: 0
27.31/27.47	c #var: 144811 #clauses: 576936 Solving... 
27.61/27.73	c Abstract SAT
28.41/28.53	c Simulation --> TransNum: 2000729/2072650 Try to Add: #clause: 312 #xorclause: 0
28.41/28.53	c #var: 144879 #clauses: 578709 Solving... 
28.71/28.87	c Abstract SAT
28.71/28.88	c Simulation --> TransNum: 2072650/2072650 Try to Add: #clause: 69244 #xorclause: 0
28.81/28.99	c #var: 145562 #clauses: 712563 Solving... 
1299.96/1300.01	c Time Out !!
1299.96/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 4,6

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.85 1.53 2.70 3/370 7535
/proc/meminfo: memFree=23180892/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=10844 CPUtime=0 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) S 7533 7535 6382 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 659209403 11104256 56 33554432000 4194304 6014671 140737220074832 18446744073709551615 244442021511 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/7535/statm: 2711 56 42 445 0 68 0

[startup+0.0664649 s]
/proc/loadavg: 0.85 1.53 2.70 3/370 7535
/proc/meminfo: memFree=23180892/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=35460 CPUtime=0 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 2721 0 0 0 0 0 0 0 18 0 1 0 659209403 36311040 2658 33554432000 4194304 6014671 140737220074832 18446744073709551615 4778367 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 8865 2658 378 445 0 2410 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35460

[startup+0.100435 s]
/proc/loadavg: 0.85 1.53 2.70 3/370 7535
/proc/meminfo: memFree=23180892/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=40580 CPUtime=0.04 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 4007 0 0 0 2 2 0 0 18 0 1 0 659209403 41553920 3944 33554432000 4194304 6014671 140737220074832 18446744073709551615 4220589 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 10145 3945 378 445 0 3690 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40580

[startup+0.300405 s]
/proc/loadavg: 0.85 1.53 2.70 3/370 7535
/proc/meminfo: memFree=23180892/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=84100 CPUtime=0.23 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 13911 0 0 0 15 8 0 0 18 0 1 0 659209403 86118400 13848 33554432000 4194304 6014671 140737220074832 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 21025 13848 378 445 0 14570 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 84100

[startup+0.700303 s]
/proc/loadavg: 0.85 1.53 2.70 3/370 7535
/proc/meminfo: memFree=23180892/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=133508 CPUtime=0.61 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 25541 0 0 0 45 16 0 0 19 0 1 0 659209403 136712192 25478 33554432000 4194304 6014671 140737220074832 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 33377 25478 378 445 0 26922 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 133508

[startup+1.50115 s]
/proc/loadavg: 0.85 1.53 2.70 5/385 7556
/proc/meminfo: memFree=22646688/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=232196 CPUtime=1.41 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 49615 0 0 0 122 19 0 0 20 0 1 0 659209403 237768704 49552 33554432000 4194304 6014671 140737220074832 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 58049 49553 378 445 0 51594 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 232196

[startup+3.10084 s]
/proc/loadavg: 0.85 1.53 2.70 5/385 7556
/proc/meminfo: memFree=22100716/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=303748 CPUtime=3.01 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 69622 0 0 0 279 22 0 0 25 0 1 0 659209403 311037952 69559 33554432000 4194304 6014671 140737220074832 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 75937 69560 383 445 0 69482 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 303748

[startup+6.30024 s]
/proc/loadavg: 1.26 1.61 2.72 5/385 7556
/proc/meminfo: memFree=21271484/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=423228 CPUtime=6.21 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 94412 0 0 0 595 26 0 0 25 0 1 0 659209403 433385472 94349 33554432000 4194304 6014671 140737220074832 18446744073709551615 4817252 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 105807 94349 668 445 0 99352 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 423228

[startup+12.701 s]
/proc/loadavg: 1.64 1.68 2.74 5/385 7556
/proc/meminfo: memFree=19704228/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=559448 CPUtime=12.62 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 133517 0 0 0 1232 30 0 0 25 0 1 0 659209403 572874752 133454 33554432000 4194304 6014671 140737220074832 18446744073709551615 4244754 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 139862 133454 681 445 0 133407 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 559448

[startup+25.5007 s]
/proc/loadavg: 2.23 1.81 2.76 5/385 7557
/proc/meminfo: memFree=17405032/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=854744 CPUtime=25.41 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 198876 0 0 0 2503 38 0 0 25 0 1 0 659209403 875257856 198813 33554432000 4194304 6014671 140737220074832 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 213686 198813 715 445 0 207231 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 854744

[startup+51.1009 s]
/proc/loadavg: 2.83 1.98 2.79 5/385 7557
/proc/meminfo: memFree=14827336/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=906988 CPUtime=51.01 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 210391 0 0 0 5062 39 0 0 25 0 1 0 659209403 928755712 210268 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 226747 210268 726 445 0 220292 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 906988

[startup+102.3 s]
/proc/loadavg: 3.56 2.31 2.86 5/385 7559
/proc/meminfo: memFree=14556224/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=1211616 CPUtime=102.21 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 275873 0 0 0 10175 46 0 0 25 0 1 0 659209403 1240694784 275743 33554432000 4194304 6014671 140737220074832 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 302904 275743 730 445 0 296449 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 1211616

[startup+162.3 s]
/proc/loadavg: 3.92 2.63 2.93 5/385 7560
/proc/meminfo: memFree=13878516/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=1617952 CPUtime=162.23 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 356572 0 0 0 16167 56 0 0 25 0 1 0 659209403 1656782848 356442 33554432000 4194304 6014671 140737220074832 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 404488 356442 730 445 0 398033 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1617952

[startup+222.301 s]
/proc/loadavg: 4.02 2.89 3.00 5/385 7562
/proc/meminfo: memFree=13442084/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=1792860 CPUtime=222.21 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 389815 0 0 0 22162 59 0 0 25 0 1 0 659209403 1835888640 389681 33554432000 4194304 6014671 140737220074832 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 448215 389681 730 445 0 441760 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1792860

[startup+282.315 s]
/proc/loadavg: 4.01 3.09 3.06 5/385 7563
/proc/meminfo: memFree=12985728/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=1884972 CPUtime=282.23 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 414147 0 0 0 28160 63 0 0 25 0 1 0 659209403 1930211328 414013 33554432000 4194304 6014671 140737220074832 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 471243 414013 730 445 0 464788 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1884972

[startup+342.301 s]
/proc/loadavg: 4.00 3.25 3.12 5/385 7565
/proc/meminfo: memFree=12609612/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=1918288 CPUtime=342.22 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 422769 0 0 0 34157 65 0 0 25 0 1 0 659209403 1964326912 422533 33554432000 4194304 6014671 140737220074832 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 479572 422533 731 445 0 473117 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1918288

[startup+402.301 s]
/proc/loadavg: 4.00 3.39 3.17 5/385 7567
/proc/meminfo: memFree=12534796/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=1967464 CPUtime=402.23 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 433385 0 0 0 40156 67 0 0 25 0 1 0 659209403 2014683136 433149 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423573 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 491866 433149 731 445 0 485411 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1967464

[startup+462.3 s]
/proc/loadavg: 4.12 3.53 3.23 5/385 7568
/proc/meminfo: memFree=12174048/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=1995236 CPUtime=462.23 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 441665 0 0 0 46154 69 0 0 25 0 1 0 659209403 2043121664 441429 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423410 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 498809 441429 731 445 0 492354 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 1995236

[startup+522.3 s]
/proc/loadavg: 4.10 3.63 3.28 5/385 7571
/proc/meminfo: memFree=12103568/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2134556 CPUtime=522.23 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 449614 0 0 0 52152 71 0 0 25 0 1 0 659209403 2185785344 449378 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 533639 449378 731 445 0 527184 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 2134556

[startup+582.301 s]
/proc/loadavg: 4.04 3.69 3.32 5/385 7572
/proc/meminfo: memFree=11789936/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247512 CPUtime=582.23 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 452397 0 0 0 58151 72 0 0 25 0 1 0 659209403 2301452288 452112 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561878 452112 731 445 0 555423 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 2247512

[startup+642.301 s]
/proc/loadavg: 4.09 3.77 3.37 5/385 7574
/proc/meminfo: memFree=11741292/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247512 CPUtime=642.24 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 452437 0 0 0 64152 72 0 0 25 0 1 0 659209403 2301452288 452152 33554432000 4194304 6014671 140737220074832 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561878 452152 731 445 0 555423 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 2247512

[startup+702.301 s]
/proc/loadavg: 4.31 3.89 3.43 5/385 7576
/proc/meminfo: memFree=11654948/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247640 CPUtime=702.24 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 465501 0 0 0 70150 74 0 0 25 0 1 0 659209403 2301583360 463705 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561910 463705 731 445 0 555455 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 2247640

[startup+762.301 s]
/proc/loadavg: 4.23 3.94 3.48 5/385 7577
/proc/meminfo: memFree=11623288/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247640 CPUtime=762.24 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 472996 0 0 0 76149 75 0 0 25 0 1 0 659209403 2301583360 471200 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561910 471200 731 445 0 555455 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 2247640

[startup+822.3 s]
/proc/loadavg: 4.08 3.94 3.51 5/385 7579
/proc/meminfo: memFree=11094144/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247640 CPUtime=822.25 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 477749 0 0 0 82149 76 0 0 25 0 1 0 659209403 2301583360 475953 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561910 475953 731 445 0 555455 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 2247640

[startup+882.3 s]
/proc/loadavg: 4.03 3.95 3.54 5/385 7580
/proc/meminfo: memFree=11078984/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247640 CPUtime=882.24 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 479532 0 0 0 88147 77 0 0 25 0 1 0 659209403 2301583360 477736 33554432000 4194304 6014671 140737220074832 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561910 477736 731 445 0 555455 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 2247640

[startup+942.315 s]
/proc/loadavg: 4.01 3.96 3.56 5/385 7582
/proc/meminfo: memFree=10974424/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247768 CPUtime=942.26 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 490231 0 0 0 94148 78 0 0 25 0 1 0 659209403 2301714432 488435 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561942 488435 731 445 0 555487 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 2247768

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.58 5/385 7584
/proc/meminfo: memFree=10684712/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247768 CPUtime=1002.25 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 495804 0 0 0 100146 79 0 0 25 0 1 0 659209403 2301714432 494008 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561942 494008 731 445 0 555487 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 2247768

[startup+1062.3 s]
/proc/loadavg: 4.03 3.98 3.61 5/385 7585
/proc/meminfo: memFree=10424400/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247768 CPUtime=1062.25 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 496770 0 0 0 106145 80 0 0 25 0 1 0 659209403 2301714432 494974 33554432000 4194304 6014671 140737220074832 18446744073709551615 4375525 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561942 494974 731 445 0 555487 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 2247768

[startup+1122.3 s]
/proc/loadavg: 4.01 3.98 3.64 5/385 7587
/proc/meminfo: memFree=10368568/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247768 CPUtime=1122.25 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 496773 0 0 0 112145 80 0 0 25 0 1 0 659209403 2301714432 494977 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561942 494977 731 445 0 555487 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 2247768

[startup+1182.3 s]
/proc/loadavg: 4.05 4.00 3.66 5/385 7588
/proc/meminfo: memFree=10170500/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247768 CPUtime=1182.25 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 496966 0 0 0 118145 80 0 0 25 0 1 0 659209403 2301714432 495170 33554432000 4194304 6014671 140737220074832 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561942 495170 731 445 0 555487 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 2247768

[startup+1242.3 s]
/proc/loadavg: 4.08 4.01 3.68 5/385 7590
/proc/meminfo: memFree=10155584/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2247768 CPUtime=1242.26 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 497160 0 0 0 124146 80 0 0 25 0 1 0 659209403 2301714432 495364 33554432000 4194304 6014671 140737220074832 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 561942 495364 731 445 0 555487 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 2247768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.71 5/385 7592
/proc/meminfo: memFree=9903956/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2371192 CPUtime=1299.96 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 502557 0 0 0 129916 80 0 0 25 0 1 0 659209403 2428100608 500753 33554432000 4194304 6014671 140737220074832 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 592798 500753 731 445 0 586343 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 2371192

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.71 5/385 7592
/proc/meminfo: memFree=9903956/32951124 swapFree=44485772/67111528
[pid=7535] ppid=7533 vsize=2371192 CPUtime=1299.96 cores=4,6
/proc/7535/stat : 7535 (qutersat_releas) R 7533 7535 6382 0 -1 4202496 502557 0 0 0 129916 80 0 0 25 0 1 0 659209403 2428100608 500753 33554432000 4194304 6014671 140737220074832 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7535/statm: 592798 500753 731 445 0 586343 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 2371192

Child status: 1
Real time (s): 1300.08
CPU time (s): 1300.05
CPU user time (s): 1299.17
CPU system time (s): 0.873867
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 2371192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.17
system time used= 0.873867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502561
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= 17
involuntary context switches= 3246

runsolver used 5.34719 second user time and 11.0743 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 18:14:50
IDJOB=3376987
IDBENCH=88163
IDSOLVER=1856
FILE ID=node105/3376987-1305476089
RUNJOBID= node105-1305476089-7515
PBS_JOBID= 13325311
Free space on /tmp= 73072 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-3376987-1305476089/watcher-3376987-1305476089 -o /tmp/evaluation-result-3376987-1305476089/solver-3376987-1305476089 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376987-1305476089.cnf 1524486752

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1524486752

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23183860 kB
Buffers:        311560 kB
Cached:        7322680 kB
SwapCached:      39648 kB
Active:        2346756 kB
Inactive:      7121544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23183860 kB
SwapTotal:    67111528 kB
SwapFree:     44485772 kB
Dirty:          529704 kB
Writeback:           0 kB
AnonPages:     1802024 kB
Mapped:          15196 kB
Slab:           159676 kB
PageTables:      72984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91324044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72992 MiB
End job on node105 at 2011-05-15 18:36:32