Trace number 3380288

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
minisat hack: cir_minisat 2011-05-13 (simp)UNSAT 836.754 836.734

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

836.71/836.73	c WARNING: for repeatability, setting FPU to use double precision
836.71/836.73	s UNSATISFIABLE

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-3380288-1305459752/watcher-3380288-1305459752 -o /tmp/evaluation-result-3380288-1305459752/solver-3380288-1305459752 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380288-1305459752.cnf 

running on 2 cores: 1,3

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: 4.00 4.00 3.50 4/431 21131
/proc/meminfo: memFree=17353144/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=20392 CPUtime=0 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 1023 0 0 0 0 0 0 0 22 0 1 0 736206116 20881408 940 33554432000 4194304 4300288 140735275554112 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 5098 940 217 26 0 1730 0

[startup+0.0720229 s]
/proc/loadavg: 4.00 4.00 3.50 4/431 21131
/proc/meminfo: memFree=17353144/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=29576 CPUtime=0.06 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 4958 0 0 0 6 0 0 0 22 0 1 0 736206116 30285824 4143 33554432000 4194304 4300288 140735275554112 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 7394 4145 218 26 0 4026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29576

[startup+0.101017 s]
/proc/loadavg: 4.00 4.00 3.50 4/431 21131
/proc/meminfo: memFree=17353144/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=36108 CPUtime=0.09 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 6326 0 0 0 9 0 0 0 22 0 1 0 736206116 36974592 5427 33554432000 4194304 4300288 140735275554112 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 9027 5428 218 26 0 5659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36108

[startup+0.300983 s]
/proc/loadavg: 4.00 4.00 3.50 4/431 21131
/proc/meminfo: memFree=17353144/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=74588 CPUtime=0.29 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 17952 0 0 0 27 2 0 0 23 0 1 0 736206116 76378112 14959 33554432000 4194304 4300288 140735275554112 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 18647 14961 218 26 0 15279 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74588

[startup+0.700912 s]
/proc/loadavg: 4.00 4.00 3.50 4/431 21131
/proc/meminfo: memFree=17353144/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=157436 CPUtime=0.69 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 40012 0 0 0 64 5 0 0 25 0 1 0 736206116 161214464 33352 33554432000 4194304 4300288 140735275554112 18446744073709551615 4213910 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 39359 33354 218 26 0 35991 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 157436

[startup+1.50077 s]
/proc/loadavg: 4.00 4.00 3.50 5/432 21132
/proc/meminfo: memFree=17159704/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=345428 CPUtime=1.49 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 84216 0 0 0 137 12 0 0 25 0 1 0 736206116 353718272 69556 33554432000 4194304 4300288 140735275554112 18446744073709551615 215988289632 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 86357 69577 218 26 0 82989 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 345428

[startup+3.10049 s]
/proc/loadavg: 4.00 4.00 3.50 5/432 21132
/proc/meminfo: memFree=16984972/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=408408 CPUtime=3.09 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 111148 0 0 0 291 18 0 0 25 0 1 0 736206116 418209792 90108 33554432000 4194304 4300288 140735275554112 18446744073709551615 4228677 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 102102 90108 221 26 0 98734 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 408408

[startup+6.30093 s]
/proc/loadavg: 4.08 4.02 3.51 5/432 21132
/proc/meminfo: memFree=16979640/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=408408 CPUtime=6.3 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 111148 0 0 0 612 18 0 0 25 0 1 0 736206116 418209792 90108 33554432000 4194304 4300288 140735275554112 18446744073709551615 4228677 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 102102 90108 221 26 0 98734 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 408408

[startup+12.7008 s]
/proc/loadavg: 4.07 4.02 3.51 5/432 21132
/proc/meminfo: memFree=16966036/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=408408 CPUtime=12.7 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 111148 0 0 0 1252 18 0 0 25 0 1 0 736206116 418209792 90108 33554432000 4194304 4300288 140735275554112 18446744073709551615 4228352 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 102102 90108 221 26 0 98734 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 408408

[startup+25.5006 s]
/proc/loadavg: 4.19 4.05 3.53 5/432 21133
/proc/meminfo: memFree=16918932/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=411088 CPUtime=25.49 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 112524 0 0 0 2531 18 0 0 25 0 1 0 736206116 420954112 91444 33554432000 4194304 4300288 140735275554112 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 102772 91444 222 26 0 99404 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 411088

[startup+51.1011 s]
/proc/loadavg: 3.85 3.98 3.52 4/426 21177
/proc/meminfo: memFree=18698924/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=380468 CPUtime=51.1 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 141779 0 0 0 5087 23 0 0 25 0 1 0 736206116 389599232 79830 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 95117 79830 242 26 0 91749 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 380468

[startup+102.316 s]
/proc/loadavg: 3.37 3.82 3.49 4/426 21179
/proc/meminfo: memFree=18507960/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=594116 CPUtime=102.31 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 178671 0 0 0 10197 34 0 0 25 0 1 0 736206116 608374784 116519 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 148529 116519 242 26 0 145161 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 594116

[startup+162.301 s]
/proc/loadavg: 3.21 3.70 3.47 4/426 21180
/proc/meminfo: memFree=18415768/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=827008 CPUtime=162.29 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 209694 0 0 0 16188 41 0 0 25 0 1 0 736206116 846856192 147357 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 206752 147357 242 26 0 203384 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 827008

[startup+222.301 s]
/proc/loadavg: 3.07 3.57 3.44 4/426 21182
/proc/meminfo: memFree=18117500/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=847568 CPUtime=222.3 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 237148 0 0 0 22181 49 0 0 25 0 1 0 736206116 867909632 174656 33554432000 4194304 4300288 140735275554112 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 211892 174656 242 26 0 208524 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 847568

[startup+282.301 s]
/proc/loadavg: 3.11 3.49 3.42 4/426 21183
/proc/meminfo: memFree=17729960/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=1224004 CPUtime=282.3 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 300918 0 0 0 28168 62 0 0 25 0 1 0 736206116 1253380096 238340 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 306001 238340 242 26 0 302633 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1224004

[startup+342.301 s]
/proc/loadavg: 2.94 3.38 3.38 3/420 21202
/proc/meminfo: memFree=17834496/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=1256764 CPUtime=342.3 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 328379 0 0 0 34161 69 0 0 25 0 1 0 736206116 1286926336 265683 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 314191 265683 242 26 0 310823 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1256764

[startup+402.301 s]
/proc/loadavg: 2.34 3.13 3.29 3/420 21204
/proc/meminfo: memFree=17530644/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=1830776 CPUtime=402.3 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 376720 0 0 0 40151 79 0 0 25 0 1 0 736206116 1874714624 313939 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 457694 313939 242 26 0 454326 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1830776

[startup+462.301 s]
/proc/loadavg: 2.12 2.92 3.21 3/420 21205
/proc/meminfo: memFree=17397776/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=1837684 CPUtime=462.3 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 394777 0 0 0 46144 86 0 0 25 0 1 0 736206116 1881788416 331844 33554432000 4194304 4300288 140735275554112 18446744073709551615 4272279 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 459421 331844 242 26 0 456053 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1837684

[startup+522.3 s]
/proc/loadavg: 2.04 2.75 3.13 3/420 21207
/proc/meminfo: memFree=17198456/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=1849024 CPUtime=522.3 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 430088 0 0 0 52135 95 0 0 25 0 1 0 736206116 1893400576 367055 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 462256 367055 242 26 0 458888 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1849024

[startup+582.301 s]
/proc/loadavg: 2.01 2.61 3.06 3/420 21209
/proc/meminfo: memFree=16882812/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=1852264 CPUtime=582.31 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 492461 0 0 0 58123 108 0 0 25 0 1 0 736206116 1896718336 429365 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 463066 429365 242 26 0 459698 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1852264

[startup+642.3 s]
/proc/loadavg: 2.00 2.50 2.99 3/420 21210
/proc/meminfo: memFree=16575604/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=642.31 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 556989 0 0 0 64111 120 0 0 25 0 1 0 736206116 2846064640 493846 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 493846 242 26 0 691472 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2779360

[startup+702.301 s]
/proc/loadavg: 2.10 2.43 2.94 3/420 21212
/proc/meminfo: memFree=16301884/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=702.31 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 616818 0 0 0 70098 133 0 0 25 0 1 0 736206116 2846064640 553650 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 553650 242 26 0 691472 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2779360

[startup+762.315 s]
/proc/loadavg: 1.86 2.32 2.86 2/414 21230
/proc/meminfo: memFree=17714280/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=762.32 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 659965 0 0 0 76090 142 0 0 25 0 1 0 736206116 2846064640 596762 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 596762 242 26 0 691472 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2779360

[startup+822.301 s]
/proc/loadavg: 1.31 2.08 2.74 2/414 21232
/proc/meminfo: memFree=17474612/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=822.31 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 719914 0 0 0 82077 154 0 0 25 0 1 0 736206116 2846064640 656657 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 656657 242 26 0 691472 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2779360

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

[startup+825.5 s]
/proc/loadavg: 1.29 2.06 2.73 2/414 21232
/proc/meminfo: memFree=17473496/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=825.51 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 720186 0 0 0 82397 154 0 0 25 0 1 0 736206116 2846064640 656925 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 656925 242 26 0 691472 0
Current children cumulated CPU time (s) 825.51
Current children cumulated vsize (KiB) 2779360

[startup+831.9 s]
/proc/loadavg: 1.27 2.04 2.72 2/414 21232
/proc/meminfo: memFree=17471860/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=831.91 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 720576 0 0 0 83036 155 0 0 25 0 1 0 736206116 2846064640 657308 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 657308 242 26 0 691472 0
Current children cumulated CPU time (s) 831.91
Current children cumulated vsize (KiB) 2779360

[startup+835.101 s]
/proc/loadavg: 1.24 2.02 2.71 2/414 21232
/proc/meminfo: memFree=17470744/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=835.11 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 720885 0 0 0 83356 155 0 0 25 0 1 0 736206116 2846064640 657613 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256463 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 657613 242 26 0 691472 0
Current children cumulated CPU time (s) 835.11
Current children cumulated vsize (KiB) 2779360

[startup+835.901 s]
/proc/loadavg: 1.24 2.02 2.71 2/414 21232
/proc/meminfo: memFree=17470372/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=835.92 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 720933 0 0 0 83437 155 0 0 25 0 1 0 736206116 2846064640 657661 33554432000 4194304 4300288 140735275554112 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 657661 242 26 0 691472 0
Current children cumulated CPU time (s) 835.92
Current children cumulated vsize (KiB) 2779360

[startup+836.301 s]
/proc/loadavg: 1.24 2.02 2.71 2/414 21232
/proc/meminfo: memFree=17470372/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=2779360 CPUtime=836.31 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 720940 0 0 0 83476 155 0 0 25 0 1 0 736206116 2846064640 657668 33554432000 4194304 4300288 140735275554112 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 694840 657668 242 26 0 691472 0
Current children cumulated CPU time (s) 836.31
Current children cumulated vsize (KiB) 2779360

[startup+836.7 s]
/proc/loadavg: 1.24 2.02 2.71 2/414 21232
/proc/meminfo: memFree=17470372/32950940 swapFree=67111356/67111528
[pid=21131] ppid=21129 vsize=381548 CPUtime=836.71 cores=1,3
/proc/21131/stat : 21131 (cir_minisat) R 21129 21131 20888 0 -1 4202496 720954 0 0 0 83507 164 0 0 25 0 1 0 736206116 390705152 86383 33554432000 4194304 4300288 140735275554112 18446744073709551615 215988247905 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21131/statm: 95387 86383 247 26 0 92019 0
Current children cumulated CPU time (s) 836.71
Current children cumulated vsize (KiB) 381548

Child status: 20
Real time (s): 836.734
CPU time (s): 836.754
CPU user time (s): 835.093
CPU system time (s): 1.66075
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2779360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 835.093
system time used= 1.66075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 720955
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= 6
involuntary context switches= 1670

runsolver used 3.11753 second user time and 8.32373 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 13:42:33
IDJOB=3380288
IDBENCH=88167
IDSOLVER=1863
FILE ID=node117/3380288-1305459752
RUNJOBID= node117-1305458393-20909
PBS_JOBID= 13324903
Free space on /tmp= 73116 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380288-1305459752/watcher-3380288-1305459752 -o /tmp/evaluation-result-3380288-1305459752/solver-3380288-1305459752 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380288-1305459752.cnf

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1703570948

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17353176 kB
Buffers:        322436 kB
Cached:        4050060 kB
SwapCached:          0 kB
Active:       12910892 kB
Inactive:      2316612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17353176 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          327068 kB
Writeback:           0 kB
AnonPages:    10854732 kB
Mapped:          33300 kB
Slab:           253204 kB
PageTables:      51084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 105702036 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= 73408 MiB
End job on node117 at 2011-05-15 13:56:30