Trace number 3419739

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
RestartSAT B95? (TO) 5000.1 4999.94

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: 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-3419739-1306579400/watcher-3419739-1306579400 -o /tmp/evaluation-result-3419739-1306579400/solver-3419739-1306579400 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419739-1306579400.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: 0.00 0.00 0.00 3/498 5769
/proc/meminfo: memFree=13017668/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=20640 CPUtime=0 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 1041 0 0 0 0 0 0 0 21 0 1 0 848170759 21135360 969 33554432000 4194304 4291949 140734117176208 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 5160 969 226 24 0 1794 0

[startup+0.0285069 s]
/proc/loadavg: 0.00 0.00 0.00 3/498 5769
/proc/meminfo: memFree=13017668/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=25272 CPUtime=0.02 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 2343 0 0 0 2 0 0 0 21 0 1 0 848170759 25878528 2186 33554432000 4194304 4291949 140734117176208 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 6318 2187 227 24 0 2952 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25272

[startup+0.100498 s]
/proc/loadavg: 0.00 0.00 0.00 3/498 5769
/proc/meminfo: memFree=13017668/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=40236 CPUtime=0.09 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 7135 0 0 0 8 1 0 0 21 0 1 0 848170759 41201664 6308 33554432000 4194304 4291949 140734117176208 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 10059 6310 227 24 0 6693 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40236

[startup+0.300455 s]
/proc/loadavg: 0.00 0.00 0.00 3/498 5769
/proc/meminfo: memFree=13017668/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=47908 CPUtime=0.29 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 10768 0 0 0 27 2 0 0 22 0 1 0 848170759 49057792 8182 33554432000 4194304 4291949 140734117176208 18446744073709551615 4229798 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 11977 8183 234 24 0 8611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47908

[startup+0.700386 s]
/proc/loadavg: 0.00 0.00 0.00 3/498 5769
/proc/meminfo: memFree=13017668/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=47296 CPUtime=0.69 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 12650 0 0 0 67 2 0 0 24 0 1 0 848170759 48431104 7790 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 11824 7790 253 24 0 8458 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47296

[startup+1.50025 s]
/proc/loadavg: 0.16 0.03 0.01 3/499 5770
/proc/meminfo: memFree=12989892/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=47296 CPUtime=1.49 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 12715 0 0 0 147 2 0 0 25 0 1 0 848170759 48431104 7854 33554432000 4194304 4291949 140734117176208 18446744073709551615 4263300 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 11824 7854 253 24 0 8458 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47296

[startup+3.10094 s]
/proc/loadavg: 0.16 0.03 0.01 3/499 5770
/proc/meminfo: memFree=12987784/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=47296 CPUtime=3.09 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 12915 0 0 0 307 2 0 0 25 0 1 0 848170759 48431104 8049 33554432000 4194304 4291949 140734117176208 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 11824 8049 253 24 0 8458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47296

[startup+6.30034 s]
/proc/loadavg: 0.16 0.03 0.01 3/499 5770
/proc/meminfo: memFree=12983576/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=54368 CPUtime=6.29 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 13306 0 0 0 627 2 0 0 25 0 1 0 848170759 55672832 8428 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 13592 8428 253 24 0 10226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54368

[startup+12.7011 s]
/proc/loadavg: 0.44 0.10 0.03 3/499 5770
/proc/meminfo: memFree=12974068/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=54368 CPUtime=12.69 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 14194 0 0 0 1267 2 0 0 25 0 1 0 848170759 55672832 9293 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 13592 9293 253 24 0 10226 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54368

[startup+25.5008 s]
/proc/loadavg: 0.68 0.16 0.05 3/499 5771
/proc/meminfo: memFree=12943848/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=73308 CPUtime=25.49 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 18752 0 0 0 2546 3 0 0 25 0 1 0 848170759 75067392 13810 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 18327 13810 253 24 0 14961 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73308

[startup+51.101 s]
/proc/loadavg: 1.13 0.31 0.10 3/499 5798
/proc/meminfo: memFree=12965440/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=84984 CPUtime=51.09 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 22045 0 0 0 5105 4 0 0 25 0 1 0 848170759 87023616 17049 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 21246 17049 253 24 0 17880 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84984

[startup+102.319 s]
/proc/loadavg: 1.65 0.59 0.21 3/499 5800
/proc/meminfo: memFree=12917844/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=103952 CPUtime=102.31 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 27187 0 0 0 10224 7 0 0 25 0 1 0 848170759 106446848 22112 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 25988 22112 253 24 0 22622 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 103952

[startup+162.3 s]
/proc/loadavg: 1.95 0.87 0.33 3/499 5828
/proc/meminfo: memFree=12834284/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=97204 CPUtime=162.29 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 39069 0 0 0 16219 10 0 0 25 0 1 0 848170759 99536896 19324 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 24301 19324 253 24 0 20935 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97204

[startup+222.301 s]
/proc/loadavg: 2.02 1.09 0.43 3/499 5830
/proc/meminfo: memFree=12777744/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=146992 CPUtime=222.3 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 44690 0 0 0 22218 12 0 0 25 0 1 0 848170759 150519808 24847 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 36748 24847 253 24 0 33382 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 146992

[startup+282.301 s]
/proc/loadavg: 2.00 1.25 0.53 3/499 5832
/proc/meminfo: memFree=12748088/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=116172 CPUtime=282.3 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 60294 0 0 0 28215 15 0 0 25 0 1 0 848170759 118960128 20937 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 29043 20937 253 24 0 25677 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116172

[startup+342.301 s]
/proc/loadavg: 2.00 1.39 0.62 3/499 5833
/proc/meminfo: memFree=12662884/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=146992 CPUtime=342.31 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 67261 0 0 0 34213 18 0 0 25 0 1 0 848170759 150519808 27800 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 36748 27800 253 24 0 33382 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 146992

[startup+402.301 s]
/proc/loadavg: 2.08 1.52 0.71 3/499 5835
/proc/meminfo: memFree=12590700/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=197080 CPUtime=402.3 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 73990 0 0 0 40210 20 0 0 25 0 1 0 848170759 201809920 34448 33554432000 4194304 4291949 140734117176208 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 49270 34448 253 24 0 45904 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 197080

[startup+462.3 s]
/proc/loadavg: 2.07 1.62 0.80 3/499 5836
/proc/meminfo: memFree=12593892/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=116560 CPUtime=462.31 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 84002 0 0 0 46207 24 0 0 25 0 1 0 848170759 119357440 21110 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 29140 21110 253 24 0 25774 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 116560

[startup+522.3 s]
/proc/loadavg: 2.02 1.69 0.87 3/499 5838
/proc/meminfo: memFree=12506696/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=148192 CPUtime=522.31 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 90989 0 0 0 52204 27 0 0 25 0 1 0 848170759 151748608 28009 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 37048 28009 253 24 0 33682 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 148192

[startup+582.301 s]
/proc/loadavg: 2.01 1.74 0.94 3/499 5840
/proc/meminfo: memFree=12433012/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=199808 CPUtime=582.31 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 99228 0 0 0 58201 30 0 0 25 0 1 0 848170759 204603392 36178 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 49952 36178 253 24 0 46586 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 199808

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.05 1.98 3/499 6025
/proc/meminfo: memFree=12509640/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=253424 CPUtime=4062.45 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 529233 0 0 0 406059 186 0 0 25 0 1 0 848170759 259506176 52068 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 63356 52068 253 24 0 59990 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 253424

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 1.98 3/499 6027
/proc/meminfo: memFree=12469940/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=253840 CPUtime=4122.43 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 533337 0 0 0 412055 188 0 0 25 0 1 0 848170759 259932160 56114 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 63460 56114 253 24 0 60094 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 253840

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/499 6029
/proc/meminfo: memFree=12431484/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=335676 CPUtime=4182.43 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 537882 0 0 0 418052 191 0 0 25 0 1 0 848170759 343732224 60604 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 83919 60604 253 24 0 80553 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 335676

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/499 6030
/proc/meminfo: memFree=12509336/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=180764 CPUtime=4242.43 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 549933 0 0 0 424048 195 0 0 25 0 1 0 848170759 185102336 36904 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 45191 36904 253 24 0 41825 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 180764

[startup+4302.3 s]
/proc/loadavg: 2.13 2.05 2.00 3/499 6032
/proc/meminfo: memFree=12465296/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=211584 CPUtime=4302.44 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 556006 0 0 0 430045 199 0 0 25 0 1 0 848170759 216662016 42863 33554432000 4194304 4291949 140734117176208 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 52896 42863 253 24 0 49530 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 211584

[startup+4362.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/499 6033
/proc/meminfo: memFree=12417900/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=211584 CPUtime=4362.43 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 561532 0 0 0 436043 200 0 0 25 0 1 0 848170759 216662016 48299 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 52896 48299 253 24 0 49530 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 211584

[startup+4422.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/499 6143
/proc/meminfo: memFree=12775476/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=261672 CPUtime=4422.44 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 565967 0 0 0 442042 202 0 0 25 0 1 0 848170759 267952128 52668 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 65418 52668 253 24 0 62052 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 261672

[startup+4482.3 s]
/proc/loadavg: 2.20 2.09 2.02 3/499 6145
/proc/meminfo: memFree=12727392/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=261672 CPUtime=4482.44 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 570548 0 0 0 448040 204 0 0 25 0 1 0 848170759 267952128 57185 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 65418 57185 253 24 0 62052 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 261672

[startup+4542.3 s]
/proc/loadavg: 2.20 2.11 2.03 3/499 6173
/proc/meminfo: memFree=12718008/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=261672 CPUtime=4542.44 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 574058 0 0 0 454038 206 0 0 25 0 1 0 848170759 267952128 60642 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 65418 60642 253 24 0 62052 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 261672

[startup+4602.3 s]
/proc/loadavg: 2.11 2.11 2.03 3/499 6175
/proc/meminfo: memFree=12789536/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=180764 CPUtime=4602.46 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 585284 0 0 0 460036 210 0 0 25 0 1 0 848170759 185102336 38383 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 45191 38383 253 24 0 41825 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 180764

[startup+4662.3 s]
/proc/loadavg: 2.04 2.08 2.02 3/499 6185
/proc/meminfo: memFree=12723040/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=211584 CPUtime=4662.45 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 595628 0 0 0 466031 214 0 0 25 0 1 0 848170759 216662016 48633 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 52896 48633 253 24 0 49530 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 211584

[startup+4722.32 s]
/proc/loadavg: 2.01 2.07 2.01 3/499 6187
/proc/meminfo: memFree=12730420/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=261672 CPUtime=4722.47 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 600146 0 0 0 472031 216 0 0 25 0 1 0 848170759 267952128 53089 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 65418 53089 253 24 0 62052 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 261672

[startup+4782.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/499 6189
/proc/meminfo: memFree=12692068/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=261672 CPUtime=4782.45 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 604912 0 0 0 478027 218 0 0 25 0 1 0 848170759 267952128 57780 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 65418 57780 253 24 0 62052 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 261672

[startup+4842.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/499 6271
/proc/meminfo: memFree=12712604/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=261812 CPUtime=4842.45 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 608278 0 0 0 484026 219 0 0 25 0 1 0 848170759 268095488 61092 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 65453 61092 253 24 0 62087 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 261812

[startup+4902.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/499 6273
/proc/meminfo: memFree=12828436/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=150884 CPUtime=4902.45 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 617041 0 0 0 490023 222 0 0 25 0 1 0 848170759 154505216 33315 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255763 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 37721 33315 253 24 0 34355 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 150884

[startup+4962.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/499 6274
/proc/meminfo: memFree=12731452/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=181676 CPUtime=4962.46 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 623393 0 0 0 496020 226 0 0 25 0 1 0 848170759 186036224 39546 33554432000 4194304 4291949 140734117176208 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 45419 39546 253 24 0 42053 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 181676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.15 2.07 2.01 3/499 6302
/proc/meminfo: memFree=12764572/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=212496 CPUtime=5000.06 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 626572 0 0 0 499779 227 0 0 25 0 1 0 848170759 217595904 42670 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 53124 42670 253 24 0 49758 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 212496

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

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

[startup+4999.9 s]
/proc/loadavg: 2.15 2.07 2.01 3/499 6302
/proc/meminfo: memFree=12764572/32950928 swapFree=38710956/67111528
[pid=5769] ppid=5767 vsize=212496 CPUtime=5000.06 cores=1,3,5,7
/proc/5769/stat : 5769 (RestartSAT) R 5767 5769 5731 0 -1 4202496 626572 0 0 0 499779 227 0 0 25 0 1 0 848170759 217595904 42670 33554432000 4194304 4291949 140734117176208 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5769/statm: 53124 42670 253 24 0 49758 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 212496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4997.81
CPU system time (s): 2.28665
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 477608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.81
system time used= 2.28665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 626572
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= 5
involuntary context switches= 53511

runsolver used 22.8375 second user time and 59.004 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-28 12:43:21
IDJOB=3419739
IDBENCH=70781
IDSOLVER=1911
FILE ID=node113/3419739-1306579400
RUNJOBID= node113-1306579400-5750
PBS_JOBID= 13471567
Free space on /tmp= 73276 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419739-1306579400/watcher-3419739-1306579400 -o /tmp/evaluation-result-3419739-1306579400/solver-3419739-1306579400 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419739-1306579400.cnf

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1047789220

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.75
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.846
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.83
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.846
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:     32950928 kB
MemFree:      13017948 kB
Buffers:        343052 kB
Cached:        9808264 kB
SwapCached:      93760 kB
Active:        9568700 kB
Inactive:     10015852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13017948 kB
SwapTotal:    67111528 kB
SwapFree:     38710956 kB
Dirty:            9380 kB
Writeback:           0 kB
AnonPages:     9351268 kB
Mapped:          25516 kB
Slab:           161136 kB
PageTables:     116544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154827044 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= 73272 MiB
End job on node113 at 2011-05-28 14:06:43