Trace number 3265185

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) 1300.04 1300.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3841
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3265185-1307668505/watcher-3265185-1307668505 -o /tmp/evaluation-result-3265185-1307668505/solver-3265185-1307668505 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265185-1307668505.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: 2.28 2.93 3.32 3/176 13735
/proc/meminfo: memFree=32012600/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=11796 CPUtime=0 cores=1,3
/proc/13735/stat : 13735 (runsolver) R 13732 13735 12991 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 878448245 12079104 52 33554432000 4194304 5432328 140735359259552 18446744073709551615 4881591 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/13735/statm: 2949 52 31 303 0 2643 0

[startup+0.05029 s]
/proc/loadavg: 2.28 2.93 3.32 3/176 13735
/proc/meminfo: memFree=32012600/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=16828 CPUtime=0.04 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1139 0 0 0 4 0 0 0 21 0 1 0 878448245 17231872 866 33554432000 4194304 4291949 140736645213328 18446744073709551615 218909189167 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 4207 866 252 24 0 841 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16828

[startup+0.100274 s]
/proc/loadavg: 2.28 2.93 3.32 3/176 13735
/proc/meminfo: memFree=32012600/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=17216 CPUtime=0.09 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1205 0 0 0 9 0 0 0 21 0 1 0 878448245 17629184 931 33554432000 4194304 4291949 140736645213328 18446744073709551615 4262880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 4304 931 253 24 0 938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17216

[startup+0.300238 s]
/proc/loadavg: 2.28 2.93 3.32 3/176 13735
/proc/meminfo: memFree=32012600/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=18880 CPUtime=0.29 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1515 0 0 0 29 0 0 0 22 0 1 0 878448245 19333120 1236 33554432000 4194304 4291949 140736645213328 18446744073709551615 218909188151 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 4720 1236 253 24 0 1354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18880

[startup+0.70018 s]
/proc/loadavg: 2.28 2.93 3.32 3/176 13735
/proc/meminfo: memFree=32012600/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=21612 CPUtime=0.68 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 2316 0 0 0 68 0 0 0 24 0 1 0 878448245 22130688 2034 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 5403 2035 253 24 0 2037 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21612

[startup+1.50102 s]
/proc/loadavg: 2.28 2.93 3.32 4/185 13906
/proc/meminfo: memFree=31991972/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=30864 CPUtime=1.48 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 4025 0 0 0 148 0 0 0 25 0 1 0 878448245 31604736 3741 33554432000 4194304 4291949 140736645213328 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 7716 3741 253 24 0 4350 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30864

[startup+3.10073 s]
/proc/loadavg: 2.42 2.95 3.32 5/190 13958
/proc/meminfo: memFree=31977788/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=41536 CPUtime=3.08 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 6198 0 0 0 308 0 0 0 25 0 1 0 878448245 42532864 5906 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 10384 5906 253 24 0 7018 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41536

[startup+6.30016 s]
/proc/loadavg: 2.42 2.95 3.32 5/190 13958
/proc/meminfo: memFree=31970388/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=44492 CPUtime=6.28 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 12777 0 0 0 627 1 0 0 25 0 1 0 878448245 45559808 7033 33554432000 4194304 4291949 140736645213328 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 11123 7033 253 24 0 7757 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44492

[startup+12.701 s]
/proc/loadavg: 2.66 2.98 3.33 5/190 13958
/proc/meminfo: memFree=31932912/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=76260 CPUtime=12.69 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 27589 0 0 0 1265 4 0 0 25 0 1 0 878448245 78090240 14693 33554432000 4194304 4291949 140736645213328 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 19065 14693 253 24 0 15699 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76260

[startup+25.5007 s]
/proc/loadavg: 2.87 3.02 3.34 5/190 13997
/proc/meminfo: memFree=31877720/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=125580 CPUtime=25.49 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 57227 0 0 0 2542 7 0 0 25 0 1 0 878448245 128593920 26787 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 31395 26787 253 24 0 28029 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 125580

[startup+51.1011 s]
/proc/loadavg: 3.17 3.08 3.35 4/184 14021
/proc/meminfo: memFree=31919552/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=76260 CPUtime=51.08 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 97609 0 0 0 5096 12 0 0 25 0 1 0 878448245 78090240 15744 33554432000 4194304 4291949 140736645213328 18446744073709551615 4267199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 19065 15744 253 24 0 15699 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76260

[startup+102.307 s]
/proc/loadavg: 3.07 3.06 3.33 4/184 14023
/proc/meminfo: memFree=31854792/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=179448 CPUtime=102.29 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 177861 0 0 0 10205 24 0 0 25 0 1 0 878448245 183754752 30416 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 44862 30416 253 24 0 41496 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 179448

[startup+162.301 s]
/proc/loadavg: 3.02 3.05 3.31 4/184 14024
/proc/meminfo: memFree=31831420/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=160708 CPUtime=162.29 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 264622 0 0 0 16191 38 0 0 25 0 1 0 878448245 164564992 36113 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 40177 36113 253 24 0 36811 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160708

[startup+222.301 s]
/proc/loadavg: 3.01 3.04 3.28 4/184 14026
/proc/meminfo: memFree=31822916/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=191528 CPUtime=222.29 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 339627 0 0 0 22179 50 0 0 25 0 1 0 878448245 196124672 37194 33554432000 4194304 4291949 140736645213328 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 47882 37194 253 24 0 44516 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 191528

[startup+282.3 s]
/proc/loadavg: 3.00 3.03 3.26 4/184 14027
/proc/meminfo: memFree=31833944/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=160708 CPUtime=282.29 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 405691 0 0 0 28166 63 0 0 25 0 1 0 878448245 164564992 36228 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 40177 36228 253 24 0 36811 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 160708

[startup+342.3 s]
/proc/loadavg: 3.00 3.02 3.24 4/184 14029
/proc/meminfo: memFree=31778792/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=241616 CPUtime=342.29 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 484206 0 0 0 34151 78 0 0 25 0 1 0 878448245 247414784 46198 33554432000 4194304 4291949 140736645213328 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 60404 46198 253 24 0 57038 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 241616

[startup+402.301 s]
/proc/loadavg: 3.00 3.02 3.23 4/184 14031
/proc/meminfo: memFree=31794228/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=192216 CPUtime=402.29 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 555569 0 0 0 40141 88 0 0 25 0 1 0 878448245 196829184 42113 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 48054 42113 253 24 0 44688 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 192216

[startup+462.301 s]
/proc/loadavg: 3.00 3.01 3.21 4/184 14032
/proc/meminfo: memFree=31744204/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=273124 CPUtime=462.3 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 611269 0 0 0 46132 98 0 0 25 0 1 0 878448245 279678976 54716 33554432000 4194304 4291949 140736645213328 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 68281 54716 253 24 0 64915 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 273124

[startup+522.301 s]
/proc/loadavg: 3.05 3.02 3.20 4/184 14034
/proc/meminfo: memFree=31672464/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=354512 CPUtime=522.3 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 683148 0 0 0 52118 112 0 0 25 0 1 0 878448245 363020288 69592 33554432000 4194304 4291949 140736645213328 18446744073709551615 218909188907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 88628 69592 253 24 0 85262 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 354512

[startup+582.301 s]
/proc/loadavg: 3.05 3.03 3.19 4/184 14035
/proc/meminfo: memFree=31776096/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=192216 CPUtime=582.3 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 740075 0 0 0 58107 123 0 0 25 0 1 0 878448245 196829184 43951 33554432000 4194304 4291949 140736645213328 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 48054 43951 253 24 0 44688 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 192216

[startup+642.3 s]
/proc/loadavg: 3.02 3.02 3.17 4/184 14037
/proc/meminfo: memFree=31681204/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=354512 CPUtime=642.31 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 791039 0 0 0 64099 132 0 0 25 0 1 0 878448245 363020288 66340 33554432000 4194304 4291949 140736645213328 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 88628 66340 253 24 0 85262 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 354512

[startup+702.3 s]
/proc/loadavg: 3.00 3.02 3.16 4/184 14039
/proc/meminfo: memFree=31691784/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=273124 CPUtime=702.3 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 852430 0 0 0 70086 144 0 0 25 0 1 0 878448245 279678976 63735 33554432000 4194304 4291949 140736645213328 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 68281 63735 253 24 0 64915 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 273124

[startup+762.307 s]
/proc/loadavg: 3.00 3.01 3.15 4/184 14040
/proc/meminfo: memFree=31644980/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=354512 CPUtime=762.31 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 937814 0 0 0 76072 159 0 0 25 0 1 0 878448245 363020288 75421 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 88628 75421 253 24 0 85262 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 354512

[startup+822.301 s]
/proc/loadavg: 3.00 3.00 3.14 4/184 14042
/proc/meminfo: memFree=31623720/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=354512 CPUtime=822.3 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 998529 0 0 0 82058 172 0 0 25 0 1 0 878448245 363020288 81155 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 88628 81155 253 24 0 85262 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 354512

[startup+882.301 s]
/proc/loadavg: 3.00 3.00 3.12 4/184 14043
/proc/meminfo: memFree=31754604/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=227932 CPUtime=882.3 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1074273 0 0 0 88043 187 0 0 25 0 1 0 878448245 233402368 48012 33554432000 4194304 4291949 140736645213328 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 56983 48012 253 24 0 53617 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 227932

[startup+942.301 s]
/proc/loadavg: 3.00 3.00 3.11 4/184 14045
/proc/meminfo: memFree=31724668/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=301396 CPUtime=942.31 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1114327 0 0 0 94035 196 0 0 25 0 1 0 878448245 308629504 55440 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 75349 55440 253 24 0 71983 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 301396

[startup+1002.3 s]
/proc/loadavg: 3.00 3.00 3.10 4/184 14047
/proc/meminfo: memFree=31765144/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=220488 CPUtime=1002.31 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1174860 0 0 0 100025 206 0 0 25 0 1 0 878448245 225779712 44240 33554432000 4194304 4291949 140736645213328 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 55122 44240 253 24 0 51756 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 220488

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 3.09 4/184 14048
/proc/meminfo: memFree=31685356/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=301396 CPUtime=1062.31 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1224278 0 0 0 106015 216 0 0 25 0 1 0 878448245 308629504 64101 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 75349 64101 253 24 0 71983 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 301396

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 3.08 4/184 14050
/proc/meminfo: memFree=31797520/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=171168 CPUtime=1122.32 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1293698 0 0 0 112002 230 0 0 25 0 1 0 878448245 175276032 35908 33554432000 4194304 4291949 140736645213328 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 42792 35908 253 24 0 39426 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 171168

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 3.08 4/184 14051
/proc/meminfo: memFree=31703612/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=301396 CPUtime=1182.31 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1361917 0 0 0 117990 241 0 0 25 0 1 0 878448245 308629504 59697 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 75349 59697 253 24 0 71983 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 301396

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.07 4/184 14053
/proc/meminfo: memFree=31656800/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=382784 CPUtime=1242.32 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1408272 0 0 0 123981 251 0 0 25 0 1 0 878448245 391970816 71138 33554432000 4194304 4291949 140736645213328 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 95696 71138 253 24 0 92330 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 382784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.00 3.07 4/184 14055
/proc/meminfo: memFree=31752096/32951124 swapFree=67053156/67111528
[pid=13735] ppid=13732 vsize=220488 CPUtime=1300.02 cores=1,3
/proc/13735/stat : 13735 (RestartSAT) R 13732 13735 12991 0 -1 4202496 1500113 0 0 0 129736 266 0 0 25 0 1 0 878448245 225779712 47007 33554432000 4194304 4291949 140736645213328 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13735/statm: 55122 47007 253 24 0 51756 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 220488

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): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1297.37
CPU system time (s): 2.67359
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 491668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.37
system time used= 2.67359
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1500113
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= 10
involuntary context switches= 2204

runsolver used 2.06469 second user time and 5.03823 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-10 03:15:05
IDJOB=3265185
IDBENCH=85456
IDSOLVER=1580
FILE ID=node137/3265185-1307668505
RUNJOBID= node137-1307668505-13711
PBS_JOBID= 13549465
Free space on /tmp= 74104 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265185-1307668505/watcher-3265185-1307668505 -o /tmp/evaluation-result-3265185-1307668505/solver-3265185-1307668505 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265185-1307668505.cnf

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=254773527

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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:      32011424 kB
Buffers:        218644 kB
Cached:         524624 kB
SwapCached:      12208 kB
Active:         352648 kB
Inactive:       412020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32011424 kB
SwapTotal:    67111528 kB
SwapFree:     67053156 kB
Dirty:             808 kB
Writeback:           0 kB
AnonPages:       19300 kB
Mapped:           8856 kB
Slab:           109896 kB
PageTables:       5428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194548 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= 74104 MiB
End job on node137 at 2011-06-10 03:36:47