Trace number 3433894

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: MiniSAT 2.2.0-agile-26? (TO) 5000.07 5000.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3433894-1306842961/watcher-3433894-1306842961 -o /tmp/evaluation-result-3433894-1306842961/solver-3433894-1306842961 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433894-1306842961.cnf 

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.10 0.29 0.10 2/535 1854
/proc/meminfo: memFree=3962388/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=19404 CPUtime=0 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 673 0 0 0 0 0 0 0 22 0 1 0 795894136 19869696 611 33554432000 4194304 4291235 140736187406304 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 4851 615 213 24 0 1485 0

[startup+0.055841 s]
/proc/loadavg: 1.10 0.29 0.10 2/535 1854
/proc/meminfo: memFree=3962388/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=30896 CPUtime=0.04 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 4118 0 0 0 4 0 0 0 22 0 1 0 795894136 31637504 3740 33554432000 4194304 4291235 140736187406304 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 7724 3741 215 24 0 4358 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30896

[startup+0.100832 s]
/proc/loadavg: 1.10 0.29 0.10 2/535 1854
/proc/meminfo: memFree=3962388/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=40244 CPUtime=0.09 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 7092 0 0 0 9 0 0 0 22 0 1 0 795894136 41209856 6265 33554432000 4194304 4291235 140736187406304 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 10061 6267 215 24 0 6695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40244

[startup+0.300797 s]
/proc/loadavg: 1.10 0.29 0.10 2/535 1854
/proc/meminfo: memFree=3962388/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=47916 CPUtime=0.29 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 10774 0 0 0 28 1 0 0 23 0 1 0 795894136 49065984 8186 33554432000 4194304 4291235 140736187406304 18446744073709551615 4217414 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 11979 8187 240 24 0 8613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47916

[startup+0.700724 s]
/proc/loadavg: 1.10 0.29 0.10 2/535 1854
/proc/meminfo: memFree=3962388/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=47304 CPUtime=0.69 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 12676 0 0 0 67 2 0 0 25 0 1 0 795894136 48439296 7815 33554432000 4194304 4291235 140736187406304 18446744073709551615 4262146 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 11826 7815 258 24 0 8460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47304

[startup+1.50058 s]
/proc/loadavg: 1.10 0.29 0.10 3/536 1855
/proc/meminfo: memFree=3930396/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=47304 CPUtime=1.49 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 12861 0 0 0 147 2 0 0 25 0 1 0 795894136 48439296 7997 33554432000 4194304 4291235 140736187406304 18446744073709551615 4262387 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 11826 7997 259 24 0 8460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47304

[startup+3.1003 s]
/proc/loadavg: 1.10 0.29 0.10 3/536 1855
/proc/meminfo: memFree=3928660/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=54376 CPUtime=3.09 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 13190 0 0 0 307 2 0 0 25 0 1 0 795894136 55681024 8318 33554432000 4194304 4291235 140736187406304 18446744073709551615 4262200 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 13594 8318 259 24 0 10228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54376

[startup+6.30074 s]
/proc/loadavg: 1.17 0.32 0.11 3/536 1855
/proc/meminfo: memFree=3925192/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=54376 CPUtime=6.29 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 14006 0 0 0 627 2 0 0 25 0 1 0 795894136 55681024 9116 33554432000 4194304 4291235 140736187406304 18446744073709551615 4262950 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 13594 9116 259 24 0 10228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54376

[startup+12.7006 s]
/proc/loadavg: 1.24 0.35 0.12 3/536 1855
/proc/meminfo: memFree=3906620/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=73052 CPUtime=12.69 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 18433 0 0 0 1267 2 0 0 25 0 1 0 795894136 74805248 13514 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 18263 13514 259 24 0 14897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73052

[startup+25.5004 s]
/proc/loadavg: 1.57 0.46 0.16 3/536 1855
/proc/meminfo: memFree=4029356/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=84728 CPUtime=25.49 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 21699 0 0 0 2546 3 0 0 25 0 1 0 795894136 86761472 16720 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/1854/statm: 21182 16720 259 24 0 17816 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84728

[startup+51.1009 s]
/proc/loadavg: 1.71 0.58 0.21 3/536 1883
/proc/meminfo: memFree=5021156/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=103696 CPUtime=51.07 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 27411 0 0 0 5102 5 0 0 25 0 1 0 795894136 106184704 22370 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 25924 22370 259 24 0 22558 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103696

[startup+102.32 s]
/proc/loadavg: 1.87 0.80 0.30 3/536 1884
/proc/meminfo: memFree=4962020/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=93044 CPUtime=102.29 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 42045 0 0 0 10220 9 0 0 25 0 1 0 795894136 95277056 18627 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 23261 18627 259 24 0 19895 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 93044

[startup+162.3 s]
/proc/loadavg: 1.95 1.02 0.40 3/536 1886
/proc/meminfo: memFree=4857188/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=143608 CPUtime=162.27 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 54277 0 0 0 16215 12 0 0 25 0 1 0 795894136 147054592 30710 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 35902 30710 259 24 0 32536 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 143608

[startup+222.301 s]
/proc/loadavg: 1.98 1.19 0.50 3/536 1887
/proc/meminfo: memFree=4828748/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=146472 CPUtime=222.27 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 70194 0 0 0 22210 17 0 0 25 0 1 0 795894136 149987328 25930 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 36618 25930 259 24 0 33252 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 146472

[startup+282.301 s]
/proc/loadavg: 1.99 1.34 0.59 3/536 1889
/proc/meminfo: memFree=4733200/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=201584 CPUtime=282.27 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 82073 0 0 0 28206 21 0 0 25 0 1 0 795894136 206422016 37683 33554432000 4194304 4291235 140736187406304 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 50396 37683 259 24 0 47030 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 201584

[startup+342.301 s]
/proc/loadavg: 1.99 1.45 0.67 3/536 1900
/proc/meminfo: memFree=4712088/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=153100 CPUtime=342.27 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 100023 0 0 0 34200 27 0 0 25 0 1 0 795894136 156774400 31436 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 38275 31436 259 24 0 34909 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 153100

[startup+402.301 s]
/proc/loadavg: 1.99 1.55 0.75 3/536 1901
/proc/meminfo: memFree=4616700/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=208104 CPUtime=402.28 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 112104 0 0 0 40197 31 0 0 25 0 1 0 795894136 213098496 43376 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 52026 43376 259 24 0 48660 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 208104

[startup+462.3 s]
/proc/loadavg: 2.11 1.66 0.84 3/536 1903
/proc/meminfo: memFree=4617532/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=159496 CPUtime=462.27 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 128991 0 0 0 46192 35 0 0 25 0 1 0 795894136 163323904 31518 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 39874 31518 259 24 0 36508 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 159496

[startup+522.301 s]
/proc/loadavg: 2.13 1.75 0.92 3/536 1907
/proc/meminfo: memFree=4535372/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=211388 CPUtime=522.27 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 140352 0 0 0 52189 38 0 0 25 0 1 0 795894136 216461312 42783 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 52847 42783 259 24 0 49481 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 211388

[startup+582.3 s]
/proc/loadavg: 2.08 1.81 0.99 3/536 1909
/proc/meminfo: memFree=4570024/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=113320 CPUtime=582.27 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 153772 0 0 0 58185 42 0 0 25 0 1 0 795894136 116039680 24509 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1854/statm: 28330 24509 259 24 0 24964 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 113320

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.08 2.05 1.98 3/536 2009
/proc/meminfo: memFree=3866504/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=360012 CPUtime=4002.3 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 796908 0 0 0 399975 255 0 0 25 0 1 0 795894136 368652288 67765 33554432000 4194304 4291235 140736187406304 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 90003 67765 259 24 0 86637 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 360012

[startup+4062.32 s]
/proc/loadavg: 2.03 2.04 1.98 3/536 2011
/proc/meminfo: memFree=3766896/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=361728 CPUtime=4062.32 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 807787 0 0 0 405974 258 0 0 25 0 1 0 795894136 370409472 78546 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 90432 78546 259 24 0 87066 0
Current children cumulated CPU time (s) 4062.32
Current children cumulated vsize (KiB) 361728

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/536 2015
/proc/meminfo: memFree=3891896/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=181128 CPUtime=4122.3 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 821436 0 0 0 411968 262 0 0 25 0 1 0 795894136 185475072 38840 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 45282 38840 259 24 0 41916 0
Current children cumulated CPU time (s) 4122.3
Current children cumulated vsize (KiB) 181128

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/536 2017
/proc/meminfo: memFree=4669556/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=231552 CPUtime=4182.3 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 834330 0 0 0 417965 265 0 0 25 0 1 0 795894136 237109248 51597 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 57888 51597 259 24 0 54522 0
Current children cumulated CPU time (s) 4182.3
Current children cumulated vsize (KiB) 231552

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/536 2019
/proc/meminfo: memFree=4594620/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=282188 CPUtime=4242.3 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 843418 0 0 0 423962 268 0 0 25 0 1 0 795894136 288960512 60598 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 70547 60598 259 24 0 67181 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 282188

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/536 2020
/proc/meminfo: memFree=4511624/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=364356 CPUtime=4302.3 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 852886 0 0 0 429959 271 0 0 25 0 1 0 795894136 373100544 69977 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 91089 69977 259 24 0 87723 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 364356

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/536 2022
/proc/meminfo: memFree=4432220/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=364496 CPUtime=4362.31 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 862770 0 0 0 435956 275 0 0 25 0 1 0 795894136 373243904 79811 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 91124 79811 259 24 0 87758 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 364496

[startup+4422.3 s]
/proc/loadavg: 2.15 2.03 1.99 3/536 2024
/proc/meminfo: memFree=4565860/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=172532 CPUtime=4422.31 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 874028 0 0 0 441952 279 0 0 25 0 1 0 795894136 176672768 37429 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 43133 37429 259 24 0 39767 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 172532

[startup+4482.3 s]
/proc/loadavg: 2.24 2.07 2.01 3/536 2025
/proc/meminfo: memFree=4445660/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=284700 CPUtime=4482.31 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 891339 0 0 0 447948 283 0 0 25 0 1 0 795894136 291532800 54623 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 71175 54623 259 24 0 67809 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 284700

[startup+4542.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/536 2027
/proc/meminfo: memFree=4342572/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=367420 CPUtime=4542.3 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 904258 0 0 0 453943 287 0 0 25 0 1 0 795894136 376238080 67470 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255722 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 91855 67470 259 24 0 88489 0
Current children cumulated CPU time (s) 4542.3
Current children cumulated vsize (KiB) 367420

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/536 2028
/proc/meminfo: memFree=4266632/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=369328 CPUtime=4602.32 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 914225 0 0 0 459941 291 0 0 25 0 1 0 795894136 378191872 77337 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 92332 77337 259 24 0 88966 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 369328

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 2030
/proc/meminfo: memFree=4190704/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=371268 CPUtime=4662.31 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 923304 0 0 0 465938 293 0 0 25 0 1 0 795894136 380178432 86304 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 92817 86304 259 24 0 89451 0
Current children cumulated CPU time (s) 4662.31
Current children cumulated vsize (KiB) 371268

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 2032
/proc/meminfo: memFree=4125688/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=505648 CPUtime=4722.33 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 931816 0 0 0 471937 296 0 0 25 0 1 0 795894136 517783552 94735 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 126412 94735 259 24 0 123046 0
Current children cumulated CPU time (s) 4722.33
Current children cumulated vsize (KiB) 505648

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 2033
/proc/meminfo: memFree=4272088/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=241912 CPUtime=4782.31 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 948400 0 0 0 477930 301 0 0 25 0 1 0 795894136 247717888 51503 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 60478 51503 259 24 0 57112 0
Current children cumulated CPU time (s) 4782.31
Current children cumulated vsize (KiB) 241912

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 2035
/proc/meminfo: memFree=4192320/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=292272 CPUtime=4842.32 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 959423 0 0 0 483928 304 0 0 25 0 1 0 795894136 299286528 62441 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 73068 62441 259 24 0 69702 0
Current children cumulated CPU time (s) 4842.32
Current children cumulated vsize (KiB) 292272

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 2036
/proc/meminfo: memFree=4124320/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=374352 CPUtime=4902.32 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 968710 0 0 0 489926 306 0 0 25 0 1 0 795894136 383336448 71626 33554432000 4194304 4291235 140736187406304 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 93588 71626 259 24 0 90222 0
Current children cumulated CPU time (s) 4902.32
Current children cumulated vsize (KiB) 374352

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 2038
/proc/meminfo: memFree=4051988/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=375060 CPUtime=4962.32 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 977917 0 0 0 495924 308 0 0 25 0 1 0 795894136 384061440 80743 33554432000 4194304 4291235 140736187406304 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 93765 80743 259 24 0 90399 0
Current children cumulated CPU time (s) 4962.32
Current children cumulated vsize (KiB) 375060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.10 2.03 2.01 3/536 2039
/proc/meminfo: memFree=4015868/32951124 swapFree=58212616/67111528
[pid=1854] ppid=1852 vsize=375584 CPUtime=5000.02 cores=1,3,5,7
/proc/1854/stat : 1854 (minisat) R 1852 1854 1787 0 -1 4202496 983175 0 0 0 499692 310 0 0 25 0 1 0 795894136 384598016 85963 33554432000 4194304 4291235 140736187406304 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1854/statm: 93896 85963 259 24 0 90530 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 375584

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.07
CPU user time (s): 4996.94
CPU system time (s): 3.12452
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 726736

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

runsolver used 26.13 second user time and 61.0567 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-31 13:56:02
IDJOB=3433894
IDBENCH=70781
IDSOLVER=1930
FILE ID=node136/3433894-1306842961
RUNJOBID= node136-1306842918-1806
PBS_JOBID= 13482016
Free space on /tmp= 31936 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433894-1306842961/watcher-3433894-1306842961 -o /tmp/evaluation-result-3433894-1306842961/solver-3433894-1306842961 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433894-1306842961.cnf

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1487263318

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3962668 kB
Buffers:         71100 kB
Cached:       24295372 kB
SwapCached:       7676 kB
Active:       14602436 kB
Inactive:     13502636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3962668 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:          307280 kB
Writeback:           0 kB
AnonPages:     3736840 kB
Mapped:          24712 kB
Slab:           741804 kB
PageTables:      70728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170262444 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= 32228 MiB
End job on node136 at 2011-05-31 15:19:24